Skip to content

Commit b182858

Browse files
committed
πŸ”– 0.5.1
1 parent f18f199 commit b182858

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

β€Ždocs/changeLog.mdβ€Ž

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.5.1
2+
3+
- πŸ“„ Add license
4+
15
## 0.5.0
26

37
- ⬆️ Upgrade python-simpleconf to v0.5

β€Ž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.0"
8+
__version__ = "0.5.1"

β€Ž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.0"
7+
version = "0.5.1"
88
description = "Powerful parameter processing."
99
authors = [ "pwwang <pwwang@pwwang.com>",]
1010
license = "MIT"

0 commit comments

Comments
Β (0)