Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into job-search
Browse files Browse the repository at this point in the history
  • Loading branch information
wRAR committed Jan 6, 2025
2 parents 536b9f2 + 1b72aa8 commit 0adc089
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.11.1
current_version = 0.11.2
commit = True
tag = True
tag_name = {new_version}
Expand Down
6 changes: 5 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -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 <e-commerce>` and :ref:`job posting <job-posting>`
spider templates no longer ignore item requests for a different domain.


0.11.0 (2024-12-16)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion utils/google-gl-updater/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0adc089

Please sign in to comment.