From 7df8e6c1c144c0758855f3f57892e8be2084c40b Mon Sep 17 00:00:00 2001 From: Andrey Rakhmatullin Date: Fri, 2 Feb 2024 17:57:46 +0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.6.0=20=E2=86=92=200.6.1?= 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 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 3232977..b565b00 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.0 +current_version = 0.6.1 commit = True tag = True tag_name = {new_version} diff --git a/CHANGES.rst b/CHANGES.rst index 75abe20..bc48605 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ Changes ======= -0.6.1 (YYYY-MM-DD) +0.6.1 (2024-02-02) ------------------ * Improved the :attr:`zyte_spider_templates.spiders.base.BaseSpiderParams.url` diff --git a/docs/conf.py b/docs/conf.py index 8c152c9..7090787 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -4,7 +4,7 @@ project = "zyte-spider-templates" copyright = "2023, Zyte Group Ltd" author = "Zyte Group Ltd" -release = "0.6.0" +release = "0.6.1" sys.path.insert(0, str(Path(__file__).parent.absolute())) # _ext extensions = [ diff --git a/setup.py b/setup.py index 9303992..ee39b27 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="zyte-spider-templates", - version="0.6.0", + version="0.6.1", description="Spider templates for automatic crawlers.", long_description=open("README.rst").read(), long_description_content_type="text/x-rst",