File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 3838# The short X.Y version.
3939version = '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.
Original file line number Diff line number Diff line change 11from jmespath import parser
22from jmespath .visitor import Options
33
4- __version__ = '0.9.2 '
4+ __version__ = '0.9.3 '
55
66
77def compile (expression ):
Original file line number Diff line number Diff line change 99
1010setup (
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' ,
You can’t perform that action at this time.
0 commit comments