Skip to content

Commit f2d693b

Browse files
committed
bumped version
1 parent dcb26bf commit f2d693b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1.1.0
1+
1.1.1
22
=====
33

44
* JEP-11 Lexical Scoping

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 = '1.1.0'
41+
release = '1.1.1'
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,7 +1,7 @@
11
from jmespath import parser
22
from jmespath.visitor import Options
33

4-
__version__ = '1.1.0'
4+
__version__ = '1.1.1'
55

66

77
def compile(expression, options=None):

setup.py

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

88
setup(
99
name='jmespath-community',
10-
version='1.1.0',
10+
version='1.1.1',
1111
description='JSON Matching Expressions',
1212
long_description=io.open('README.rst', encoding='utf-8').read(),
1313
author='James Saryerwinnie, Springcomp',

0 commit comments

Comments
 (0)