Skip to content

Commit f918cbb

Browse files
committed
Fix README [skip ci]
1 parent 7350f46 commit f918cbb

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Python JSONPath RFC 9535 Change Log
2+
3+
## Version 0.1.1
4+
5+
Fix PyPi classifiers and README.
6+
7+
## Version 0.1.0
8+
9+
Initial release.

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
# RFC 9535 JSONPath: Query Expressions for JSON in Python
2-
3-
<h1 align="center"># RFC 9535 JSONPath: Query Expressions for JSON in Python</h1>
1+
<h1 align="center">RFC 9535 JSONPath: Query Expressions for JSON in Python</h1>
42

53
<p align="center">
64
We follow <a href="https://datatracker.ietf.org/doc/html/rfc9535">RFC 9535</a> strictly and test against the <a href="https://github.com/jsonpath-standard/jsonpath-compliance-test-suite">JSONPath Compliance Test Suite</a>.

jsonpath_rfc9535/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.0"
1+
__version__ = "0.1.1"

0 commit comments

Comments
 (0)