Skip to content

Commit eb4dffe

Browse files
committed
πŸ”– 0.4.16
1 parent 1f0b368 commit eb4dffe

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.4.16
2+
3+
- 🩹 Fix description formatting exception not captured
4+
15
## 0.4.15
26

37
- πŸ› Allow namespace parameter to be defined in express way from a file

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

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

0 commit comments

Comments
Β (0)