Skip to content

Commit

Permalink
Merge branch 'release-0.7.1' into develop
Browse files Browse the repository at this point in the history
* release-0.7.1:
  Bump version to 0.7.1
  • Loading branch information
jamesls committed Apr 27, 2015
2 parents c0ca205 + 719c43d commit 2c6d516
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
# The short X.Y version.
version = '0.4'
# The full version, including alpha/beta/rc tags.
release = '0.7.0'
release = '0.7.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion jmespath/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from jmespath import parser

__version__ = '0.7.0'
__version__ = '0.7.1'


def compile(expression):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name='jmespath',
version='0.7.0',
version='0.7.1',
description='JSON Matching Expressions',
long_description=io.open('README.rst', encoding='utf-8').read(),
author='James Saryerwinnie',
Expand Down

0 comments on commit 2c6d516

Please sign in to comment.