Skip to content

Commit 80167db

Browse files
committed
Merge branch 'release-0.7.0' into develop
* release-0.7.0: Bump version to 0.7.0
2 parents 5de95df + 6683c25 commit 80167db

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.4'
4040
# The full version, including alpha/beta/rc tags.
41-
release = '0.6.2'
41+
release = '0.7.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
@@ -1,6 +1,6 @@
11
from jmespath import parser
22

3-
__version__ = '0.6.2'
3+
__version__ = '0.7.0'
44

55

66
def compile(expression):

setup.py

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

2626
setup(
2727
name='jmespath',
28-
version='0.6.2',
28+
version='0.7.0',
2929
description='JSON Matching Expressions',
3030
long_description=io.open('README.rst', encoding='utf-8').read(),
3131
author='James Saryerwinnie',

0 commit comments

Comments
 (0)