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 1f0b368 commit eb4dffeCopy full SHA for eb4dffe
βdocs/changeLog.mdβ
@@ -1,3 +1,7 @@
1
+## 0.4.16
2
+
3
+- π©Ή Fix description formatting exception not captured
4
5
## 0.4.15
6
7
- π Allow namespace parameter to be defined in express way from a file
βpyparam/__init__.pyβ
@@ -5,4 +5,4 @@
from .params import Params
from .utils import Namespace
8
-__version__ = "0.4.15"
+__version__ = "0.4.16"
βpyproject.tomlβ
@@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"
[tool.poetry]
name = "pyparam"
-version = "0.4.15"
+version = "0.4.16"
description = "Powerful parameter processing."
9
authors = [ "pwwang <pwwang@pwwang.com>",]
10
license = "MIT"
0 commit comments