From 0ce9077b18219e8d6121812e7db45297d79fc994 Mon Sep 17 00:00:00 2001 From: Mark Story Date: Mon, 29 Mar 2021 09:32:03 -0400 Subject: [PATCH] Bump version and update CHANGES. --- CHANGES | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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",