From 82d1e53f0ceee444c4208e19c2bad69e3a3780c0 Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Tue, 13 Feb 2024 21:14:02 +0000 Subject: [PATCH] release: 0.25.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a7e50202..81e3af94 100644 --- a/setup.py +++ b/setup.py @@ -61,7 +61,7 @@ def run_tests(self): setup( name="responses", - version="0.24.1", + version="0.25.0", author="David Cramer", description="A utility library for mocking out the `requests` Python library.", url="https://github.com/getsentry/responses",