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 31d3931 commit 593d7c3Copy full SHA for 593d7c3
βdocs/changeLog.mdβ
@@ -1,3 +1,8 @@
1
+## 0.5.0
2
+
3
+- β¬οΈ Upgrade python-simpleconf to v0.5
4
+- π· Remove python3.6 and add python3.10 in CI
5
6
## 0.4.17
7
8
- π½οΈ Adopt rich 11+
βpyparam/__init__.pyβ
@@ -5,4 +5,4 @@
from .params import Params
from .utils import Namespace
-__version__ = "0.4.17"
+__version__ = "0.5.0"
βpyproject.tomlβ
@@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"
[tool.poetry]
name = "pyparam"
-version = "0.4.17"
+version = "0.5.0"
description = "Powerful parameter processing."
9
authors = [ "pwwang <pwwang@pwwang.com>",]
10
license = "MIT"
0 commit comments