diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a82d2b7..1f6f09c 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.11.1 +current_version = 0.11.2 commit = True tag = True tag_name = {new_version} diff --git a/CHANGES.rst b/CHANGES.rst index 55a10e5..2bcfc08 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,13 +1,17 @@ Changes ======= +0.11.2 (2024-12-30) +------------------- + +* Do not log warning about disabled components. + 0.11.1 (2024-12-26) ------------------- * The :ref:`e-commerce ` and :ref:`job posting ` spider templates no longer ignore item requests for a different domain. - 0.11.0 (2024-12-16) ------------------- diff --git a/docs/conf.py b/docs/conf.py index 69bf904..67cdea8 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.11.1" +release = "0.11.2" sys.path.insert(0, str(Path(__file__).parent.absolute())) # _ext extensions = [ diff --git a/setup.py b/setup.py index 884239a..64532cb 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="zyte-spider-templates", - version="0.11.1", + version="0.11.2", description="Spider templates for automatic crawlers.", long_description=open("README.rst").read(), long_description_content_type="text/x-rst", diff --git a/utils/google-gl-updater/requirements.txt b/utils/google-gl-updater/requirements.txt index 93b80f5..7a96061 100644 --- a/utils/google-gl-updater/requirements.txt +++ b/utils/google-gl-updater/requirements.txt @@ -12,7 +12,7 @@ cssselect==1.2.0 # via parsel idna==3.10 # via requests -jinja2==3.1.4 +jinja2==3.1.5 # via -r requirements.in jmespath==1.0.1 # via parsel