From fd0d04c11f41f712683aee1ee1fb37ee2e9b1fea Mon Sep 17 00:00:00 2001 From: Iurii Pliner Date: Tue, 29 Oct 2024 10:40:49 +0000 Subject: [PATCH] Bump version --- CHANGELOG.md | 5 +++++ aio_request/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07fa5dd..799601d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## v0.1.33 (2024-10-29) + +* [Only yarl >= 1.12 is supported](https://github.com/anna-money/aio-request/commit/1a443f2ec6637bbfb86b717ac03b56a3ff0650b8) + + ## v0.1.32 (2024-10-18) * [Endpoint provider](https://github.com/anna-money/aio-request/pull/270) diff --git a/aio_request/__init__.py b/aio_request/__init__.py index b7f9998..7ffcf46 100644 --- a/aio_request/__init__.py +++ b/aio_request/__init__.py @@ -147,7 +147,7 @@ pass -__version__ = "0.1.32" +__version__ = "0.1.33" version = f"{__version__}, Python {sys.version}"