File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11Changes
22=======
33
4- 0.30.0 (unreleased )
4+ 0.30.0 (2025-05-13 )
55-------------------
66
77- Extended :doc: `Scrapy <scrapy:index >` support to :ref: `2.13.0+
Original file line number Diff line number Diff line change 44project = "scrapy-zyte-api"
55copyright = "2023, Zyte Group Ltd"
66author = "Zyte Group Ltd"
7- release = "0.29 .0"
7+ release = "0.30 .0"
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.29 .0"
7+ version = " 0.30 .0"
88description = " Client library to process URLs through Zyte API"
99authors = [{
name =
" Zyte Group Ltd" ,
email =
" [email protected] " }]
1010license = " BSD-3-Clause"
@@ -44,7 +44,7 @@ source = "https://github.com/scrapy-plugins/scrapy-zyte-api"
4444docs = " https://scrapy-zyte-api.readthedocs.io/en/latest/"
4545
4646[tool .bumpversion ]
47- current_version = " 0.29 .0"
47+ current_version = " 0.30 .0"
4848commit = true
4949tag = true
5050tag_name = " {new_version}"
Original file line number Diff line number Diff line change 1- __version__ = "0.29 .0"
1+ __version__ = "0.30 .0"
You can’t perform that action at this time.
0 commit comments