Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bump version: 1.2.1 → 2.0.0
  • Loading branch information
pawelmhm committed Sep 20, 2021
commit bcb87f269238460bfad770e73a7bc1163d337b67
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
[bumpversion]
current_version = 1.2.1
current_version = 2.0.0
commit = True
tag = True

[bumpversion:file:setup.py]

[bumpversion:file:scrapy_deltafetch/__init__.py]

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


__version__ = "1.2.1"
__version__ = "2.0.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='scrapy-deltafetch',
version='1.2.1',
version='2.0.0',
license='BSD',
description='Scrapy middleware to ignore previously crawled pages',
author='Scrapinghub',
Expand Down