File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22Changes
33=======
44
5- 0.18.1 (unreleased )
5+ 0.18.1 (2026-01-28 )
66===================
77
88- Fixed ``DiskQuotaDownloaderMiddleware `` and ``DiskQuotaSpiderMiddleware ``
Original file line number Diff line number Diff line change 11[tool .bumpversion ]
2- current_version = " 0.18.0 "
2+ current_version = " 0.18.1 "
33commit = true
44tag = true
55tag_name = " v{new_version}"
Original file line number Diff line number Diff line change 33
44setup (
55 name = 'scrapinghub-entrypoint-scrapy' ,
6- version = '0.18.0 ' ,
6+ version = '0.18.1 ' ,
77 license = 'BSD' ,
88 description = 'Scrapy entrypoint for Scrapinghub job runner' ,
99 long_description = open ('README.md' ).read (),
Original file line number Diff line number Diff line change 1- __version__ = "0.18.0 "
1+ __version__ = "0.18.1 "
22
33
44from scrapy import version_info as scrapy_version_info
You can’t perform that action at this time.
0 commit comments