Skip to content

Commit 9d2fd15

Browse files
committed
Release version 1.3.1 [skip ci]
1 parent 6186ed0 commit 9d2fd15

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Python JSONPath Change Log
22

3-
## Version 1.3.1 (unreleased)
3+
## Version 1.3.1
44

55
**Fixes**
66

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ conda install -c conda-forge python-jsonpath
7272

7373
- [JSON P3](https://github.com/jg-rp/json-p3) - RFC 9535 implemented in TypeScript. JSON P3 does not include all the non-standard features of Python JSONPath, but does define some optional [extra syntax](https://jg-rp.github.io/json-p3/guides/jsonpath-extra).
7474

75+
- [Ruby JSON P3](https://github.com/jg-rp/ruby-json-p3) - RFC 9535, RFC 6901 and RFC 6902 implemented in Ruby.
76+
7577
## Examples
7678

7779
### JSONPath

jsonpath/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# SPDX-FileCopyrightText: 2023-present James Prior <jamesgr.prior@gmail.com>
22
#
33
# SPDX-License-Identifier: MIT
4-
__version__ = "1.3.0"
4+
__version__ = "1.3.1"

0 commit comments

Comments
 (0)