Skip to content

Commit 24ff877

Browse files
committed
Prepare for release of version 0.7.0. [skip ci]
1 parent 0ccf2f4 commit 24ff877

File tree

2 files changed

+2
-2
lines changed

2 files changed

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

55
**Breaking 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__ = "0.6.0"
4+
__version__ = "0.7.0"

0 commit comments

Comments
 (0)