diff --git a/CHANGELOG.md b/CHANGELOG.md index 86f276c..9cd64d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.2.0a10 (2025-05-09) + +### Fix + +- the key is the description by default instead of name + ## 0.2.0a9 (2025-04-30) ### Fix diff --git a/pyproject.toml b/pyproject.toml index ab7a65e..cf27abe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"] [project] name = "rougail.output_console" -version = "0.2.0a9" +version = "0.2.0a10" authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}] readme = "README.md" description = "Rougail output console" diff --git a/src/rougail/output_console/__version__.py b/src/rougail/output_console/__version__.py index 0849091..fea129d 100644 --- a/src/rougail/output_console/__version__.py +++ b/src/rougail/output_console/__version__.py @@ -1 +1 @@ -__version__ = "0.2.0a9" +__version__ = "0.2.0a10"