From 6d938de954df6565f3a660dbc2df9414119f68dd Mon Sep 17 00:00:00 2001 From: Iurii Pliner Date: Fri, 18 Oct 2024 15:24:51 +0100 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 d3c179d..07fa5dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## v0.1.32 (2024-10-18) + +* [Endpoint provider](https://github.com/anna-money/aio-request/pull/270) + + ## v0.1.31 (2024-09-05) * [Only yarl < 1.9.10 is supported](https://github.com/anna-money/aio-request/commit/ed8141e6a7a6b30d46190da4514f5ddb8e8db2ca) diff --git a/aio_request/__init__.py b/aio_request/__init__.py index 19b602a..b7f9998 100644 --- a/aio_request/__init__.py +++ b/aio_request/__init__.py @@ -147,7 +147,7 @@ pass -__version__ = "0.1.31" +__version__ = "0.1.32" version = f"{__version__}, Python {sys.version}"