From 7ef568a8841cddb9f178e71bbf89c1a5a5bfe8b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Chaves?= Date: Wed, 1 Feb 2023 18:34:34 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.7.1=20=E2=86=92=200.7.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- docs/conf.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 8bfca5ad..bb7c009d 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.7.1 +current_version = 0.7.2 commit = True tag = True tag_name = {new_version} diff --git a/docs/conf.py b/docs/conf.py index 5a7262d5..74b9099b 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.7.1" +release = "0.7.2" # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index fce08067..b32d49e4 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="web-poet", - version="0.7.1", + version="0.7.2", description="Zyte's Page Object pattern for web scraping", long_description=long_description, long_description_content_type="text/x-rst",