Skip to content

Commit

Permalink
New:Bump to v0.5.1
Browse files Browse the repository at this point in the history
- 5d30a84 Fix,Dev,CI:Release stage error
  • Loading branch information
linw1995 committed May 2, 2020
1 parent 5d30a84 commit c2699bf
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,11 @@ The output of the above commands.
Changelog
<<<<<<<<<

v0.5.1
~~~~~~

- 5d30a84 Fix,Dev,CI:Release stage error

v0.5.0
~~~~~~

Expand Down
5 changes: 5 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog
=========

v0.5.1
~~~~~~

- 5d30a84 Fix,Dev,CI:Release stage error

v0.5.0
~~~~~~

Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "jsonpath-extractor"
version = "0.5.0"
version = "0.5.1"
license = "MIT"
description = "A selector expression for extracting data from JSON."
authors = ["林玮 <[email protected]>"]
Expand Down Expand Up @@ -91,9 +91,9 @@ exclude = '''
)
'''

[tool.intreehooks]
build-backend = "build"

[build-system]
requires = ["intreehooks", "poetry", "lark-parser"]
build-backend = "intreehooks:loader"

[tool.intreehooks]
build-backend = "build"

0 comments on commit c2699bf

Please sign in to comment.