Skip to content

Commit 69e169c

Browse files
committed
Bump version to 0.9.3
1 parent 96cc10e commit 69e169c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Next Release (TBD)
2-
==================
1+
0.9.3
2+
=====
33

44
* Fix issue where long types in py2 and ``Decimal`` types
55
were not being evaluated as numbers

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.2'
41+
release = '0.9.3'
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__ = '0.9.2'
4+
__version__ = '0.9.3'
55

66

77
def compile(expression):

setup.py

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

1010
setup(
1111
name='jmespath',
12-
version='0.9.2',
12+
version='0.9.3',
1313
description='JSON Matching Expressions',
1414
long_description=io.open('README.rst', encoding='utf-8').read(),
1515
author='James Saryerwinnie',

0 commit comments

Comments
 (0)