We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f74c176 commit 43dc70dCopy full SHA for 43dc70d
.bumpversion.cfg
@@ -1,9 +1,8 @@
1
[bumpversion]
2
-current_version = 0.2.6
+current_version = 0.3.0
3
commit = True
4
tag = True
5
6
[bumpversion:file:setup.py]
7
8
[bumpversion:file:scrapy_jsonschema/__init__.py]
9
-
scrapy_jsonschema/__init__.py
@@ -1,4 +1,4 @@
from scrapy_jsonschema.item import JsonSchemaItem
from scrapy_jsonschema.pipeline import JsonSchemaValidatePipeline
-__version__ = '0.2.6'
+__version__ = '0.3.0'
setup.py
@@ -2,7 +2,7 @@
setup(
name='scrapy-jsonschema',
- version='0.2.6',
+ version='0.3.0',
license='BSD',
description='Scrapy schema validation pipeline and Item builder using JSON Schema',
author='Scrapinghub',
0 commit comments