We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cf45ca commit 1f2d9e9Copy full SHA for 1f2d9e9
CHANGES
@@ -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
13
0.10.13
14
-------
15
setup.py
@@ -54,7 +54,7 @@ def run_tests(self):
54
55
setup(
56
name="responses",
57
- version="0.10.15-dev",
+ version="0.10.15",
58
author="David Cramer",
59
description=("A utility library for mocking out the `requests` Python library."),
60
url="https://github.com/getsentry/responses",
0 commit comments