File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11Next Release (TBD)
22==================
33
4+ * No changes yet.
5+
6+
7+ 1.1.0
8+ =====
9+
410* Fix concurrency issue with cache
511 (`pr #335 <https://github.com/jmespath/jmespath.py/pull/335 >`__)
612* Added support for Python 3.12-3.14 (`pr #331 <https://github.com/jmespath/jmespath.py/pull/331 >`__)
Original file line number Diff line number Diff line change 11from jmespath import parser
22from jmespath .visitor import Options
33
4- __version__ = '1.0.1 '
4+ __version__ = '1.1.0 '
55
66
77def compile (expression ):
Original file line number Diff line number Diff line change 77
88setup (
99 name = 'jmespath' ,
10- version = '1.0.1 ' ,
10+ version = '1.1.0 ' ,
1111 description = 'JSON Matching Expressions' ,
1212 long_description = io .open ('README.rst' , encoding = 'utf-8' ).read (),
1313 author = 'James Saryerwinnie' ,
You can’t perform that action at this time.
0 commit comments