We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dd501d commit 8529a38Copy full SHA for 8529a38
βdocs/CHANGELOG.mdβ
@@ -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
9
## 0.5.3
10
11
- π₯ Use "%" to format description and usage.
βpyparam/__init__.pyβ
@@ -5,4 +5,4 @@
from .params import Params
from .utils import Namespace
-__version__ = "0.5.3"
+__version__ = "0.5.4"
βpyproject.tomlβ
@@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"
[tool.poetry]
name = "pyparam"
-version = "0.5.3"
+version = "0.5.4"
description = "Powerful parameter processing."
authors = [ "pwwang <pwwang@pwwang.com>",]
license = "MIT"
0 commit comments