From f0f17f5ad0ffc4f0d5f402437d8e45c53e127926 Mon Sep 17 00:00:00 2001 From: Andrey Rakhmatullin Date: Thu, 26 Sep 2024 18:23:13 +0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.22.1=20=E2=86=92=200.23.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- CHANGES.rst | 2 +- docs/conf.py | 2 +- scrapy_zyte_api/__version__.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a1363a8e..6b06cb6c 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.22.1 +current_version = 0.23.0 commit = True tag = True tag_name = {new_version} diff --git a/CHANGES.rst b/CHANGES.rst index bcd5f4b6..59748e62 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ Changes ======= -0.23.0 (YYYY-MM-DD) +0.23.0 (2024-09-26) ------------------- * Added support for :ref:`custom attribute extraction `. diff --git a/docs/conf.py b/docs/conf.py index b692a453..bc6c4e41 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -4,7 +4,7 @@ project = "scrapy-zyte-api" copyright = "2023, Zyte Group Ltd" author = "Zyte Group Ltd" -release = "0.22.1" +release = "0.23.0" sys.path.insert(0, str(Path(__file__).parent.absolute())) # _ext extensions = [ diff --git a/scrapy_zyte_api/__version__.py b/scrapy_zyte_api/__version__.py index d74a4749..8b301a77 100644 --- a/scrapy_zyte_api/__version__.py +++ b/scrapy_zyte_api/__version__.py @@ -1 +1 @@ -__version__ = "0.22.1" +__version__ = "0.23.0"