Skip to content

Commit

Permalink
🔖 0.4.13
Browse files Browse the repository at this point in the history
  • Loading branch information
pwwang committed Oct 28, 2021
1 parent 1e870e7 commit 676292c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions docs/changeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.4.13

- 🩹 Fix non-str object being casted to json

## 0.4.12

- 🩹 Allow ParamJson to have python object values, not only strings
Expand Down
2 changes: 1 addition & 1 deletion pyparam/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
from .params import Params
from .utils import Namespace

__version__ = "0.4.12"
__version__ = "0.4.13"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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."
authors = [ "pwwang <pwwang@pwwang.com>",]
license = "MIT"
Expand Down

0 comments on commit 676292c

Please sign in to comment.