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 b398a85 commit 08f0e25Copy full SHA for 08f0e25
CHANGES
@@ -1,3 +1,9 @@
1
+0.10.4
2
+------
3
+
4
+- Fixed generated wrapper when using `@responses.activate` in Python 3.6+
5
+ when decorated functions use parameter and/or return annotations.
6
7
0.10.3
8
------
9
setup.py
@@ -67,7 +67,7 @@ def run_tests(self):
67
68
setup(
69
name="responses",
70
- version="0.11.0.dev0",
+ version="0.10.4",
71
author="David Cramer",
72
description=("A utility library for mocking out the `requests` Python library."),
73
url="https://github.com/getsentry/responses",
0 commit comments