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 8d4f63b commit 3ed9a34Copy full SHA for 3ed9a34
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.5.1
+current_version = 1.6.0
3
commit = True
4
tag = True
5
tag_name = v{new_version}
scrapy_crawlera/__init__.py
@@ -1,4 +1,4 @@
from .middleware import CrawleraMiddleware
-__version__ = '1.5.1'
+__version__ = '1.6.0'
setup.py
@@ -6,7 +6,7 @@
6
7
setup(
8
name='scrapy-crawlera',
9
- version='1.5.1',
+ version='1.6.0',
10
license='BSD',
11
description='Crawlera middleware for Scrapy',
12
long_description=readme,
0 commit comments