Skip to content

Commit e3dadfa

Browse files
committed
Bump version: 0.26.0 → 0.27.0
1 parent 5b19bba commit e3dadfa

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.27.0 (unreleased)
4+
0.27.0 (2025-02-04)
55
-------------------
66

77
* :ref:`scrapy-poet integration <scrapy-poet>` now supports

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.26.0"
7+
release = "0.27.0"
88

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
target-version = ["py39", "py310", "py311", "py312", "py313"]
33

44
[tool.bumpversion]
5-
current_version = "0.26.0"
5+
current_version = "0.27.0"
66
commit = true
77
tag = true
88
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.26.0"
1+
__version__ = "0.27.0"

0 commit comments

Comments
 (0)