From 2209d84cdb7f50a5105029596ad70412ecfee563 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Chaves?= Date: Wed, 26 Jun 2024 13:23:47 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.19.0=20=E2=86=92=200.20.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- docs/conf.py | 2 +- scrapy_zyte_api/__version__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 1eacec7d..e0c86700 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.19.0 +current_version = 0.20.0 commit = True tag = True tag_name = {new_version} diff --git a/docs/conf.py b/docs/conf.py index 7fca2a0a..5feae853 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.19.0" +release = "0.20.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 11ac8e1a..5f4bb0b3 100644 --- a/scrapy_zyte_api/__version__.py +++ b/scrapy_zyte_api/__version__.py @@ -1 +1 @@ -__version__ = "0.19.0" +__version__ = "0.20.0"