diff --git a/.bumpversion.cfg b/.bumpversion.cfg index e25130ae..96fd1017 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.13.0 +current_version = 0.14.0 commit = True tag = True tag_name = {new_version} diff --git a/CHANGES.rst b/CHANGES.rst index 8d033367..2630925b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ Changes ======= -0.14.0 (YYYY-MM-DD) +0.14.0 (2024-01-15) ------------------- * Updated requirement versions: diff --git a/docs/conf.py b/docs/conf.py index 290fbfe5..505feec4 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.13.0" +release = "0.14.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 f23a6b39..9e78220f 100644 --- a/scrapy_zyte_api/__version__.py +++ b/scrapy_zyte_api/__version__.py @@ -1 +1 @@ -__version__ = "0.13.0" +__version__ = "0.14.0"