Skip to content

Commit f0f17f5

Browse files
committed
Bump version: 0.22.1 → 0.23.0
1 parent 54c1010 commit f0f17f5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.22.1
2+
current_version = 0.23.0
33
commit = True
44
tag = True
55
tag_name = {new_version}

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.23.0 (YYYY-MM-DD)
4+
0.23.0 (2024-09-26)
55
-------------------
66

77
* Added support for :ref:`custom attribute extraction <custom-attrs>`.

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.22.1"
7+
release = "0.23.0"
88

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

scrapy_zyte_api/__version__.py

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

0 commit comments

Comments
 (0)