diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fe85abfa..4a8b5e394 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## 0.2.0a46 (2026-01-29) + +### Feat + +- support transitive + +### Fix + +- better transitive documentation +- update translation + ## 0.2.0a45 (2026-01-21) ### Feat diff --git a/pyproject.toml b/pyproject.toml index f0dc6e9e6..204c2738d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"] [project] name = "rougail.output_doc" -version = "0.2.0a45" +version = "0.2.0a46" authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}] readme = "README.md" description = "Rougail output doc" diff --git a/src/rougail/output_doc/__version__.py b/src/rougail/output_doc/__version__.py index 14871d41f..5ad815a41 100644 --- a/src/rougail/output_doc/__version__.py +++ b/src/rougail/output_doc/__version__.py @@ -1 +1 @@ -__version__ = "0.2.0a45" +__version__ = "0.2.0a46"