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 9ca2fc5 commit b25fb2bCopy full SHA for b25fb2b
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.5.2
+current_version = 0.6.0
3
commit = True
4
tag = True
5
tag_name = {new_version}
docs/conf.py
@@ -28,7 +28,7 @@
28
# The short X.Y version
29
version = ""
30
# The full version, including alpha/beta/rc tags
31
-release = "0.5.2"
+release = "0.6.0"
32
33
34
# -- General configuration ---------------------------------------------------
zyte_api/__version__.py
@@ -1 +1 @@
-__version__ = "0.5.2"
+__version__ = "0.6.0"
0 commit comments