Skip to content

Commit 6ed9008

Browse files
committed
Bump version: 0.33.0 → 0.33.1
1 parent 9d49340 commit 6ed9008

4 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.33.1 (unreleased)
4+
0.33.1 (2026-04-07)
55
-------------------
66

77
- Made the documentation more LLM-friendly, with markdown versions of every

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
project_copyright = "2023, Zyte Group Ltd"
66
author = "Zyte Group Ltd"
7-
release = "0.33.0"
7+
release = "0.33.1"
88

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "scrapy-zyte-api"
7-
version = "0.33.0"
7+
version = "0.33.1"
88
description = "Client library to process URLs through Zyte API"
99
authors = [{name = "Zyte Group Ltd", email = "info@zyte.com"}]
1010
license = "BSD-3-Clause"
@@ -48,7 +48,7 @@ source = "https://github.com/scrapy-plugins/scrapy-zyte-api"
4848
docs = "https://scrapy-zyte-api.readthedocs.io/en/latest/"
4949

5050
[tool.bumpversion]
51-
current_version = "0.33.0"
51+
current_version = "0.33.1"
5252
commit = true
5353
tag = true
5454
tag_name = "{new_version}"

scrapy_zyte_api/__version__.py

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

0 commit comments

Comments
 (0)