Skip to content

Commit 17f99a1

Browse files
committed
Bump version: 2.0.1 → 2.1.0
1 parent fc6065d commit 17f99a1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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-
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.

pyproject.toml

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

55
[project]
66
name = "scrapy-deltafetch"
7-
version = "2.0.1"
7+
version = "2.1.0"
88
authors = [{name = "Zyte", email = "[email protected]"}]
99
license = {text = "BSD"}
1010
description = "Scrapy middleware to ignore previously crawled pages"
@@ -28,7 +28,7 @@ dependencies = ["Scrapy>=1.1.0"]
2828
Homepage = "http://github.com/scrapy-plugins/scrapy-deltafetch"
2929

3030
[tool.bumpversion]
31-
current_version = "2.0.1"
31+
current_version = "2.1.0"
3232
commit = true
3333
tag = true
3434

scrapy_deltafetch/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from .middleware import DeltaFetch
22

33
__all__ = ["DeltaFetch"]
4-
__version__ = "2.0.1"
4+
__version__ = "2.1.0"

0 commit comments

Comments
 (0)