diff --git a/CHANGES b/CHANGES index 3280a8c9..7c4b6aca 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +0.13.2 +------ + +* Fixed incorrect type stubs for `add_callback` + 0.13.1 ------ diff --git a/setup.py b/setup.py index 95b48b7c..92c4c859 100644 --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ def run_tests(self): setup( name="responses", - version="0.13.1", + version="0.13.2", author="David Cramer", description=("A utility library for mocking out the `requests` Python library."), url="https://github.com/getsentry/responses",