From 5579f8ecbe4bc59e04bc334f98c8a68b93c57cb3 Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Fri, 3 Nov 2023 13:49:48 +0000 Subject: [PATCH] release: 0.24.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 88c8ad23..5f2c1453 100644 --- a/setup.py +++ b/setup.py @@ -61,7 +61,7 @@ def run_tests(self): setup( name="responses", - version="0.23.3", + version="0.24.0", author="David Cramer", description="A utility library for mocking out the `requests` Python library.", url="https://github.com/getsentry/responses",