Skip to content

Commit 1c214be

Browse files
committed
Update changelog and bump version.
1 parent 16bfa09 commit 1c214be

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
0.10.15
28
-------
39

setup.py

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

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

0 commit comments

Comments
 (0)