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 a05665b commit 77a98ebCopy full SHA for 77a98eb
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.5.0
+current_version = 1.5.1
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.0'
+__version__ = '1.5.1'
setup.py
@@ -6,7 +6,7 @@
6
7
setup(
8
name='scrapy-crawlera',
9
- version='1.5.0',
+ version='1.5.1',
10
license='BSD',
11
description='Crawlera middleware for Scrapy',
12
long_description=readme,
0 commit comments