We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 875310e commit 91f34dbCopy full SHA for 91f34db
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.17.7
+current_version = 0.18.0
3
commit = True
4
tag = True
5
tag_name = v{new_version}
setup.py
@@ -3,7 +3,7 @@
setup(
name='scrapinghub-entrypoint-scrapy',
6
- version='0.17.7',
+ version='0.18.0',
7
license='BSD',
8
description='Scrapy entrypoint for Scrapinghub job runner',
9
long_description=open('README.md').read(),
sh_scrapy/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "0.17.7"
+__version__ = "0.18.0"
from scrapy import version_info as scrapy_version_info
0 commit comments