Skip to content

Commit 1f2d9e9

Browse files
committed
Update changelog and version.
1 parent 1cf45ca commit 1f2d9e9

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGES

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
0.10.15
2+
-------
3+
4+
- Added `assert_call_count` to improve ergonomics around ensuring a mock was called.
5+
- Fix incorrect handling of paths with query strings.
6+
- Add Python 3.9 support to CI matrix.
7+
8+
0.10.14
9+
-------
10+
11+
- Retag of 0.10.13
12+
113
0.10.13
214
-------
315

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def run_tests(self):
5454

5555
setup(
5656
name="responses",
57-
version="0.10.15-dev",
57+
version="0.10.15",
5858
author="David Cramer",
5959
description=("A utility library for mocking out the `requests` Python library."),
6060
url="https://github.com/getsentry/responses",

0 commit comments

Comments
 (0)