From 17f76d05f898cf55a644750fa5bf8e96098b3c16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Chaves?= Date: Fri, 7 Jun 2024 09:18:41 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.18.2=20=E2=86=92=200.18.3?= 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 78d4ed90..5f3d704f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.18.2 +current_version = 0.18.3 commit = True tag = True tag_name = {new_version} diff --git a/docs/conf.py b/docs/conf.py index fbba1fdb..a9c640fb 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.18.2" +release = "0.18.3" 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 b0d7306a..30e65e30 100644 --- a/scrapy_zyte_api/__version__.py +++ b/scrapy_zyte_api/__version__.py @@ -1 +1 @@ -__version__ = "0.18.2" +__version__ = "0.18.3"