diff --git a/CHANGELOG.md b/CHANGELOG.md index c049343..7fd2faf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.2.0a7 (2025-05-02) + +### Fix + +- do not force use_data usage + ## 0.2.0a6 (2025-04-30) ### Fix diff --git a/pyproject.toml b/pyproject.toml index b953cff..88750ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"] [project] name = "rougail.output_ansible" -version = "0.2.0a6" +version = "0.2.0a7" authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}] readme = "README.md" description = "Rougail output ansible" diff --git a/src/rougail/output_ansible/__version__.py b/src/rougail/output_ansible/__version__.py index c2eb750..4bea099 100644 --- a/src/rougail/output_ansible/__version__.py +++ b/src/rougail/output_ansible/__version__.py @@ -1 +1 @@ -__version__ = "0.2.0a6" +__version__ = "0.2.0a7"