From bbc4f78cc2b961894c05b0425ee79b3a04ba2d98 Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Wed, 28 Sep 2022 20:44:56 +0000 Subject: [PATCH] release: 0.22.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 03e980c9..450b65af 100644 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ def run_tests(self): setup( name="responses", - version="0.21.0", + version="0.22.0", author="David Cramer", description="A utility library for mocking out the `requests` Python library.", url="https://github.com/getsentry/responses",