Skip to content

Commit 8cb3082

Browse files
committed
1.1.0
1 parent 6e37991 commit 8cb3082

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Next 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>`__)

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.0.1'
4+
__version__ = '1.1.0'
55

66

77
def compile(expression):

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',
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',

0 commit comments

Comments
 (0)