Skip to content

Commit c2699bf

Browse files
committed
New:Bump to v0.5.1
- 5d30a84 Fix,Dev,CI:Release stage error
1 parent 5d30a84 commit c2699bf

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

README.rst

+5
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,11 @@ The output of the above commands.
9696
Changelog
9797
<<<<<<<<<
9898

99+
v0.5.1
100+
~~~~~~
101+
102+
- 5d30a84 Fix,Dev,CI:Release stage error
103+
99104
v0.5.0
100105
~~~~~~
101106

docs/source/changelog.rst

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Changelog
33
=========
44

5+
v0.5.1
6+
~~~~~~
7+
8+
- 5d30a84 Fix,Dev,CI:Release stage error
9+
510
v0.5.0
611
~~~~~~
712

pyproject.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "jsonpath-extractor"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
license = "MIT"
55
description = "A selector expression for extracting data from JSON."
66
authors = ["林玮 <[email protected]>"]
@@ -91,9 +91,9 @@ exclude = '''
9191
)
9292
'''
9393

94+
[tool.intreehooks]
95+
build-backend = "build"
96+
9497
[build-system]
9598
requires = ["intreehooks", "poetry", "lark-parser"]
9699
build-backend = "intreehooks:loader"
97-
98-
[tool.intreehooks]
99-
build-backend = "build"

0 commit comments

Comments
 (0)