bump: version 1.0.0rc0 → 1.0.0rc1
This commit is contained in:
parent
94c069ab75
commit
03da18a737
3 changed files with 8 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
__version__ = "1.0.0rc0"
|
__version__ = "1.0.0rc1"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue