Skip to content

Commit

Permalink
Bump version: 2.0.1 → 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gallaecio committed Feb 26, 2025
1 parent fc6065d commit 17f99a1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changes
=======

2.1.0 (unreleased)
2.1.0 (2025-02-26)
------------------

* Drop support for Python 3.8 and lower, add support for Python 3.9 and higher.
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

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

[tool.bumpversion]
current_version = "2.0.1"
current_version = "2.1.0"
commit = true
tag = true

Expand Down
2 changes: 1 addition & 1 deletion scrapy_deltafetch/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .middleware import DeltaFetch

__all__ = ["DeltaFetch"]
__version__ = "2.0.1"
__version__ = "2.1.0"

0 comments on commit 17f99a1

Please sign in to comment.