From 8529a384f5615b959f617d182e1c0af4b0de7f1c Mon Sep 17 00:00:00 2001 From: pwwang Date: Mon, 6 Feb 2023 19:03:07 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=200.5.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/CHANGELOG.md | 8 ++++++++ pyparam/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) 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"