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 1e870e7 commit 676292cCopy full SHA for 676292c
‎docs/changeLog.md‎
@@ -1,3 +1,7 @@
1
+## 0.4.13
2
+
3
+- 🩹 Fix non-str object being casted to json
4
5
## 0.4.12
6
7
- 🩹 Allow ParamJson to have python object values, not only strings
‎pyparam/__init__.py‎
@@ -5,4 +5,4 @@
from .params import Params
from .utils import Namespace
8
-__version__ = "0.4.12"
+__version__ = "0.4.13"
‎pyproject.toml‎
@@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"
[tool.poetry]
name = "pyparam"
-version = "0.4.12"
+version = "0.4.13"
description = "Powerful parameter processing."
9
authors = [ "pwwang <pwwang@pwwang.com>",]
10
license = "MIT"
0 commit comments