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