Skip to content

Commit 2df87b5

Browse files
committed
Bump version: 0.29.0 → 0.30.0
1 parent 170e5ba commit 2df87b5

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changes
22
=======
33

4-
0.30.0 (unreleased)
4+
0.30.0 (2025-05-13)
55
-------------------
66

77
- Extended :doc:`Scrapy <scrapy:index>` support to :ref:`2.13.0+

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
project = "scrapy-zyte-api"
55
copyright = "2023, Zyte Group Ltd"
66
author = "Zyte Group Ltd"
7-
release = "0.29.0"
7+
release = "0.30.0"
88

99
sys.path.insert(0, str(Path(__file__).parent.absolute())) # _ext
1010
extensions = [

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "scrapy-zyte-api"
7-
version = "0.29.0"
7+
version = "0.30.0"
88
description = "Client library to process URLs through Zyte API"
99
authors = [{name = "Zyte Group Ltd", email = "[email protected]"}]
1010
license = "BSD-3-Clause"
@@ -44,7 +44,7 @@ source = "https://github.com/scrapy-plugins/scrapy-zyte-api"
4444
docs = "https://scrapy-zyte-api.readthedocs.io/en/latest/"
4545

4646
[tool.bumpversion]
47-
current_version = "0.29.0"
47+
current_version = "0.30.0"
4848
commit = true
4949
tag = true
5050
tag_name = "{new_version}"

scrapy_zyte_api/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.29.0"
1+
__version__ = "0.30.0"

0 commit comments

Comments
 (0)