File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1+ 1.1.2
2+ =====
3+ * Fix unevaluated projection after a string slice
4+ (`issue #22 <https://github.com/jmespath-community/python-jmespath/issues/22 >`__)
5+
161.1.1
27=====
8+ * JEP-11a Lexical Scoping deprecates the let function.
9+
10+ 1.1.0
11+ =====
312
413* JEP-11 Lexical Scoping
514* JEP-13 Object Manipulation functions
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 = '1.1.1 '
41+ release = '1.1.2 '
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__ = '1.1.1 '
4+ __version__ = '1.1.2 '
55
66
77def compile (expression , options = None ):
Original file line number Diff line number Diff line change 77
88setup (
99 name = 'jmespath-community' ,
10- version = '1.1.1 ' ,
10+ version = '1.1.2 ' ,
1111 description = 'JSON Matching Expressions' ,
1212 long_description = io .open ('README.rst' , encoding = 'utf-8' ).read (),
1313 author = 'James Saryerwinnie, Springcomp' ,
You can’t perform that action at this time.
0 commit comments