From 4fc6e0802ee8470355d7877764ad5ef570b8cca7 Mon Sep 17 00:00:00 2001 From: Andrey Rakhmatullin Date: Tue, 26 Dec 2023 16:53:55 +0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.3.0=20=E2=86=92=200.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- CHANGES.rst | 2 +- zyte_parsers/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a26e833..1fb6664 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.0 +current_version = 0.4.0 commit = True tag = True tag_name = {new_version} diff --git a/CHANGES.rst b/CHANGES.rst index 8f6038d..2ad8c94 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ Changes ======= -0.4.0 (YYYY-MM-DD) +0.4.0 (2023-12-26) ------------------ * New dependencies: diff --git a/zyte_parsers/__init__.py b/zyte_parsers/__init__.py index 353e178..7bea10b 100644 --- a/zyte_parsers/__init__.py +++ b/zyte_parsers/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.3.0" +__version__ = "0.4.0" from .api import SelectorOrElement from .brand import extract_brand_name