File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11Changes
22=======
33
4- 2.1.0 (unreleased )
4+ 2.1.0 (2025-02-26 )
55------------------
66
77* Drop support for Python 3.8 and lower, add support for Python 3.9 and higher.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " scrapy-deltafetch"
7- version = " 2.0.1 "
7+ version = " 2.1.0 "
88authors = [{
name =
" Zyte" ,
email =
" [email protected] " }]
99license = {text = " BSD" }
1010description = " Scrapy middleware to ignore previously crawled pages"
@@ -28,7 +28,7 @@ dependencies = ["Scrapy>=1.1.0"]
2828Homepage = " http://github.com/scrapy-plugins/scrapy-deltafetch"
2929
3030[tool .bumpversion ]
31- current_version = " 2.0.1 "
31+ current_version = " 2.1.0 "
3232commit = true
3333tag = true
3434
Original file line number Diff line number Diff line change 11from .middleware import DeltaFetch
22
33__all__ = ["DeltaFetch" ]
4- __version__ = "2.0.1 "
4+ __version__ = "2.1.0 "
You can’t perform that action at this time.
0 commit comments