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 51c7c67 commit 8f47163Copy full SHA for 8f47163
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.3.0
+current_version = 1.4.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.3.0'
+__version__ = '1.4.0'
setup.py
@@ -2,7 +2,7 @@
setup(
name='scrapy-crawlera',
- version='1.3.0',
+ version='1.4.0',
6
license='BSD',
7
description='Crawlera middleware for Scrapy',
8
maintainer='Raul Gallegos',
0 commit comments