Skip to content

Commit 12dcafa

Browse files
committed
Bump to version 1.0.0 and release
1 parent aba66e9 commit 12dcafa

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-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 RFC 9535 Change Log
22

3-
## Version 0.2.0 (unreleased)
3+
## Version 1.0.0
44

55
**Features**
66

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ license = "MIT"
1212
keywords = []
1313
authors = [{ name = "James Prior", email = "jamesgr.prior@gmail.com" }]
1414
classifiers = [
15-
"Development Status :: 4 - Beta",
15+
"Development Status :: 5 - Production/Stable",
1616
"Intended Audience :: Developers",
1717
"License :: OSI Approved :: MIT License",
1818
"Programming Language :: Python",
@@ -22,6 +22,7 @@ classifiers = [
2222
"Programming Language :: Python :: 3.11",
2323
"Programming Language :: Python :: 3.12",
2424
"Programming Language :: Python :: 3.13",
25+
"Programming Language :: Python :: 3.14",
2526
"Programming Language :: Python :: Implementation :: CPython",
2627
"Programming Language :: Python :: Implementation :: PyPy",
2728
]
@@ -67,7 +68,7 @@ typing = "mypy"
6768
benchmark = "python scripts/benchmark.py"
6869

6970
[[tool.hatch.envs.all.matrix]]
70-
python = ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "pypy3.10"]
71+
python = ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14", "pypy3.10"]
7172

7273
[tool.coverage.run]
7374
branch = true

0 commit comments

Comments
 (0)