Skip to content

Commit 8529a38

Browse files
committed
πŸ”– 0.5.4
1 parent 6dd501d commit 8529a38

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

β€Ždocs/CHANGELOG.mdβ€Ž

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# Change Log
2+
3+
## 0.5.4
4+
5+
- ⬆️ Upgrade rich to ^13
6+
- πŸ‘· Use latest actions for CI
7+
- πŸ“ Update gh action badges in README.md
8+
19
## 0.5.3
210

311
- πŸ’₯ Use "%" to format description and usage.

β€Žpyparam/__init__.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
from .params import Params
66
from .utils import Namespace
77

8-
__version__ = "0.5.3"
8+
__version__ = "0.5.4"

β€Žpyproject.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"
44

55
[tool.poetry]
66
name = "pyparam"
7-
version = "0.5.3"
7+
version = "0.5.4"
88
description = "Powerful parameter processing."
99
authors = [ "pwwang <pwwang@pwwang.com>",]
1010
license = "MIT"

0 commit comments

Comments
Β (0)