Skip to content

Commit 37c612d

Browse files
committed
Bump version: 0.9.0 → 0.10.0
1 parent 27a907e commit 37c612d

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

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.10.0 (unreleased)
4+
0.10.0 (2026-04-28)
55
-------------------
66

77
* Dropped support for Python 3.9. Python 3.10+ is now required.

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# The short X.Y version
2323
version = ""
2424
# The full version, including alpha/beta/rc tags
25-
release = "0.9.0"
25+
release = "0.10.0"
2626

2727

2828
# -- General configuration ---------------------------------------------------

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ path = "zyte_api/__version__.py"
6464
packages = ["zyte_api"]
6565

6666
[tool.bumpversion]
67-
current_version = "0.9.0"
67+
current_version = "0.10.0"
6868
commit = true
6969
tag = true
7070
tag_name = "{new_version}"

zyte_api/__version__.py

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

0 commit comments

Comments
 (0)