File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Changes
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
Original file line number Diff line number Diff line change 44project = "scrapy-zyte-api"
55project_copyright = "2023, Zyte Group Ltd"
66author = "Zyte Group Ltd"
7- release = "0.33.0 "
7+ release = "0.33.1 "
88
99sys .path .insert (0 , str (Path (__file__ ).parent .absolute ())) # _ext
1010extensions = [
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " scrapy-zyte-api"
7- version = " 0.33.0 "
7+ version = " 0.33.1 "
88description = " Client library to process URLs through Zyte API"
99authors = [{name = " Zyte Group Ltd" , email = " info@zyte.com" }]
1010license = " BSD-3-Clause"
@@ -48,7 +48,7 @@ source = "https://github.com/scrapy-plugins/scrapy-zyte-api"
4848docs = " https://scrapy-zyte-api.readthedocs.io/en/latest/"
4949
5050[tool .bumpversion ]
51- current_version = " 0.33.0 "
51+ current_version = " 0.33.1 "
5252commit = true
5353tag = true
5454tag_name = " {new_version}"
Original file line number Diff line number Diff line change 1- __version__ = "0.33.0 "
1+ __version__ = "0.33.1 "
You can’t perform that action at this time.
0 commit comments