Skip to content

Commit 599b0f7

Browse files
committed
Merge branch 'release-0.10.0' into develop
2 parents f78178d + 99143bf commit 599b0f7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
# The short X.Y version.
3939
version = '0.8'
4040
# The full version, including alpha/beta/rc tags.
41-
release = '0.9.5'
41+
release = '0.10.0'
4242

4343
# The language for content autogenerated by Sphinx. Refer to documentation
4444
# for a list of supported languages.

jmespath/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from jmespath import parser
44
from jmespath.visitor import Options
55

6-
__version__ = '0.9.5'
6+
__version__ = '0.10.0'
77

88

99
if sys.version_info[:2] <= (2, 6) or ((3, 0) <= sys.version_info[:2] <= (3, 3)):

setup.py

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

1919
setup(
2020
name='jmespath',
21-
version='0.9.5',
21+
version='0.10.0',
2222
description='JSON Matching Expressions',
2323
long_description=io.open('README.rst', encoding='utf-8').read(),
2424
author='James Saryerwinnie',

0 commit comments

Comments
 (0)