bump: version 0.0.0 → 0.1.0rc0

This commit is contained in:
egarette@silique.fr 2024-10-31 18:56:13 +01:00
parent 7baac6c8e2
commit 12e2d037d4
2 changed files with 10 additions and 1 deletions

9
CHANGELOG.md Normal file
View file

@ -0,0 +1,9 @@
## 0.1.0rc0 (2024-10-31)
### Feat
- support auto_save variable
### Fix
- license, pyproject and so on

View file

@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
[project] [project]
name = "rougail.output_exporter" name = "rougail.output_exporter"
version = "0.0.0" version = "0.1.0rc0"
authors = [ authors = [
{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}, {name = "Emmanuel Garette", email = "gnunux@gnunux.info"},
] ]