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 379bc36 commit 058154cCopy full SHA for 058154c
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.0.0
+current_version = 1.1.0
3
commit = True
4
tag = True
5
scrapy_magicfields/__init__.py
@@ -1,4 +1,4 @@
from .middleware import MagicFieldsMiddleware
-__version__ = "1.0.0"
+__version__ = "1.1.0"
setup.py
@@ -2,7 +2,7 @@
setup(
name='scrapy-magicfields',
- version='1.0.0',
+ version='1.1.0',
6
license='BSD',
7
description='Scrapy middleware to add extra "magic" fields to items',
8
author='Scrapinghub',
0 commit comments