bump: version 1.0.0rc0 → 1.0.0rc1

This commit is contained in:
egarette@silique.fr 2026-06-21 14:42:58 +02:00
parent 94c069ab75
commit 03da18a737
3 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,9 @@
## 1.0.0rc1 (2026-06-21)
### Feat
- better ansible documentation
## 0.2.0a51 (2026-06-15) ## 0.2.0a51 (2026-06-15)
### Fix ### Fix

View file

@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
[project] [project]
name = "rougail.output_doc" name = "rougail.output_doc"
version = "1.0.0rc0" version = "1.0.0rc1"
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 doc" description = "Rougail output doc"

View file

@ -1 +1 @@
__version__ = "1.0.0rc0" __version__ = "1.0.0rc1"