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 b9f5c6b commit e19a6cdCopy full SHA for e19a6cd
CHANGES
@@ -1,3 +1,8 @@
1
+0.12.0
2
+------
3
+
4
+- Remove support for Python 3.4.
5
6
0.11.0
7
------
8
setup.py
@@ -55,7 +55,7 @@ def run_tests(self):
55
56
setup(
57
name="responses",
58
- version="0.11.1-dev",
+ version="0.12.0",
59
author="David Cramer",
60
description=("A utility library for mocking out the `requests` Python library."),
61
url="https://github.com/getsentry/responses",
0 commit comments