Skip to content

Commit 13a893f

Browse files
authored
Merge pull request #61 from hcoura/1.4.0
Bump version: 1.3.0 → 1.4.0
2 parents 84b6c39 + 8f47163 commit 13a893f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.3.0
2+
current_version = 1.4.0
33
commit = True
44
tag = True
55
tag_name = v{new_version}

scrapy_crawlera/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from .middleware import CrawleraMiddleware
22

33

4-
__version__ = '1.3.0'
4+
__version__ = '1.4.0'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='scrapy-crawlera',
5-
version='1.3.0',
5+
version='1.4.0',
66
license='BSD',
77
description='Crawlera middleware for Scrapy',
88
maintainer='Raul Gallegos',

0 commit comments

Comments
 (0)