From 1c214be49dc1ee3ba9580203a84d8f0e5136e309 Mon Sep 17 00:00:00 2001 From: Mark Story Date: Mon, 10 Aug 2020 22:45:29 -0400 Subject: [PATCH] Update changelog and bump version. --- CHANGES | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 79e98093..22ffc121 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,9 @@ +0.10.16 +------- + +- Add a requirements pin to urllib3. This helps prevent broken install states where + cookie usage fails. + 0.10.15 ------- diff --git a/setup.py b/setup.py index 7298f8d1..d5933faa 100644 --- a/setup.py +++ b/setup.py @@ -55,7 +55,7 @@ def run_tests(self): setup( name="responses", - version="0.10.16-dev", + version="0.10.16", author="David Cramer", description=("A utility library for mocking out the `requests` Python library."), url="https://github.com/getsentry/responses",