Skip to content

Commit b84b70c

Browse files
committed
Bump version: 0.8.1 → 0.8.2
1 parent 61c32b4 commit b84b70c

5 files changed

Lines changed: 5 additions & 5 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.8.2 (unreleased)
4+
0.8.2 (2026-02-10)
55
------------------
66

77
* ``zyte-api[x402]`` no longer allows installing x402 2.0.0+, which is not

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.8.1"
25+
release = "0.8.2"
2626

2727

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "0.8.1"
2+
current_version = "0.8.2"
33
commit = true
44
tag = true
55
tag_name = "{new_version}"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name="zyte-api",
7-
version="0.8.1",
7+
version="0.8.2",
88
description="Python interface to Zyte API",
99
long_description=Path("README.rst").read_text(encoding="utf-8"),
1010
long_description_content_type="text/x-rst",

zyte_api/__version__.py

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

0 commit comments

Comments
 (0)