diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 5e6cdc6..49a7f80 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,11 @@ +# Change Log + +## 0.5.4 + +- ⬆️ Upgrade rich to ^13 +- 👷 Use latest actions for CI +- 📝 Update gh action badges in README.md + ## 0.5.3 - 💥 Use "%" to format description and usage. diff --git a/pyparam/__init__.py b/pyparam/__init__.py index 9bf5e59..bb93a3b 100644 --- a/pyparam/__init__.py +++ b/pyparam/__init__.py @@ -5,4 +5,4 @@ from .params import Params from .utils import Namespace -__version__ = "0.5.3" +__version__ = "0.5.4" diff --git a/pyproject.toml b/pyproject.toml index 8f2bc5a..1d805ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api" [tool.poetry] name = "pyparam" -version = "0.5.3" +version = "0.5.4" description = "Powerful parameter processing." authors = [ "pwwang ",] license = "MIT"