bump: version 0.2.0a6 → 0.2.0a7

This commit is contained in:
egarette@silique.fr 2025-05-02 08:21:02 +02:00
parent 8e4eb0a18f
commit de3c6b8db6
3 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,9 @@
## 0.2.0a7 (2025-05-02)
### Fix
- do not force use_data usage
## 0.2.0a6 (2025-04-30) ## 0.2.0a6 (2025-04-30)
### Fix ### Fix

View file

@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
[project] [project]
name = "rougail.output_ansible" name = "rougail.output_ansible"
version = "0.2.0a6" version = "0.2.0a7"
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}] authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
readme = "README.md" readme = "README.md"
description = "Rougail output ansible" description = "Rougail output ansible"

View file

@ -1 +1 @@
__version__ = "0.2.0a6" __version__ = "0.2.0a7"