We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69a1fe2 commit f1ecb67Copy full SHA for f1ecb67
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 2.1.0
+current_version = 2.0.1
3
commit = True
4
tag = True
5
scrapy_deltafetch/__init__.py
@@ -1,4 +1,4 @@
from .middleware import DeltaFetch
-__version__ = "2.1.0"
+__version__ = "2.0.1"
setup.py
@@ -2,7 +2,7 @@
setup(
name='scrapy-deltafetch',
- version='2.1.0',
+ version='2.0.1',
6
license='BSD',
7
description='Scrapy middleware to ignore previously crawled pages',
8
long_description=open('README.rst').read(),
0 commit comments