Skip to content

Commit 6d168db

Browse files
committed
Release version 2.0.0 [skip ci]
1 parent 6e5e9c2 commit 6d168db

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
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 2.0.0 (unreleased)
3+
## Version 2.0.0
44

55
**JSONPath syntax changes**
66

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 <[email protected]>
22
#
33
# SPDX-License-Identifier: MIT
4-
__version__ = "1.3.2"
4+
__version__ = "2.0.0"

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description = 'JSONPath, JSON Pointer and JSON Patch for Python.'
88
readme = "README.md"
99
requires-python = ">=3.8"
1010
license = "MIT"
11-
keywords = []
11+
keywords = ["JSON", "JSONPath", "JSON Path", "JSON Pointer", "JSON Patch", "RFC 9535"]
1212
authors = [{ name = "James Prior", email = "[email protected]" }]
1313
classifiers = [
1414
"Development Status :: 5 - Production/Stable",
@@ -32,6 +32,9 @@ Documentation = "https://jg-rp.github.io/python-jsonpath/"
3232
Issues = "https://github.com/jg-rp/python-jsonpath/issues"
3333
Source = "https://github.com/jg-rp/python-jsonpath"
3434

35+
[project.optional-dependencies]
36+
strict = ["regex", "iregexp-check>=0.1.4"]
37+
3538
[tool.hatch.version]
3639
path = "jsonpath/__about__.py"
3740

0 commit comments

Comments
 (0)