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.
2 parents 5de95df + 6683c25 commit 80167dbCopy full SHA for 80167db
docs/conf.py
@@ -38,7 +38,7 @@
38
# The short X.Y version.
39
version = '0.4'
40
# The full version, including alpha/beta/rc tags.
41
-release = '0.6.2'
+release = '0.7.0'
42
43
# The language for content autogenerated by Sphinx. Refer to documentation
44
# for a list of supported languages.
jmespath/__init__.py
@@ -1,6 +1,6 @@
1
from jmespath import parser
2
3
-__version__ = '0.6.2'
+__version__ = '0.7.0'
4
5
6
def compile(expression):
setup.py
@@ -25,7 +25,7 @@
25
26
setup(
27
name='jmespath',
28
- version='0.6.2',
+ version='0.7.0',
29
description='JSON Matching Expressions',
30
long_description=io.open('README.rst', encoding='utf-8').read(),
31
author='James Saryerwinnie',
0 commit comments