bump: version 0.0.0 → 0.0.1a0
This commit is contained in:
parent
b19b397ebf
commit
e7157de7b5
2 changed files with 6 additions and 1 deletions
5
CHANGELOG.md
Normal file
5
CHANGELOG.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
## 0.0.1a0 (2024-11-25)
|
||||
|
||||
### Fix
|
||||
|
||||
- new ansible plugin loader
|
|
@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
|
|||
|
||||
[project]
|
||||
name = "rougail.user_data_ansible"
|
||||
version = "0.0.0"
|
||||
version = "0.0.1a0"
|
||||
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
|
||||
readme = "README.md"
|
||||
description = "Rougail user_data ansible"
|
||||
|
|
Loading…
Reference in a new issue