We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3098b8 commit 1269ebbCopy full SHA for 1269ebb
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.24.0
+current_version = 0.25.0
3
commit = True
4
tag = True
5
tag_name = {new_version}
docs/conf.py
@@ -4,7 +4,7 @@
project = "scrapy-zyte-api"
copyright = "2023, Zyte Group Ltd"
6
author = "Zyte Group Ltd"
7
-release = "0.24.0"
+release = "0.25.0"
8
9
sys.path.insert(0, str(Path(__file__).parent.absolute())) # _ext
10
extensions = [
scrapy_zyte_api/__version__.py
@@ -1 +1 @@
-__version__ = "0.24.0"
+__version__ = "0.25.0"
0 commit comments