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 16bfa09 commit 1c214beCopy full SHA for 1c214be
CHANGES
@@ -1,3 +1,9 @@
1
+0.10.16
2
+-------
3
+
4
+- Add a requirements pin to urllib3. This helps prevent broken install states where
5
+ cookie usage fails.
6
7
0.10.15
8
-------
9
setup.py
@@ -55,7 +55,7 @@ def run_tests(self):
55
56
setup(
57
name="responses",
58
- version="0.10.16-dev",
+ version="0.10.16",
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