diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 49a54ee5..2643ccb6 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.16.0 +current_version = 0.17.0 commit = True tag = True tag_name = {new_version} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c2dbc5a4..d1a9b019 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,7 +2,7 @@ Changelog ========= -0.17.0 (YYYY-MM-DD) +0.17.0 (2024-03-04) ------------------- * Now requires ``andi >= 0.5.0``. diff --git a/docs/conf.py b/docs/conf.py index 88e5b6a0..5beb2508 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -29,7 +29,7 @@ # The short X.Y version version = "" # The full version, including alpha/beta/rc tags -release = "0.16.0" +release = "0.17.0" # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index f5e56328..f56c9503 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="web-poet", - version="0.16.0", + version="0.17.0", description="Zyte's Page Object pattern for web scraping", long_description=long_description, long_description_content_type="text/x-rst",