bump: version 0.2.0a11 → 0.2.0a12
This commit is contained in:
parent
bb5caa5388
commit
b8f3e71314
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
|||
## 0.2.0a12 (2025-04-01)
|
||||
|
||||
### Fix
|
||||
|
||||
- update tests
|
||||
- groups.namespace could be unexistant
|
||||
|
||||
## 0.2.0a11 (2025-03-31)
|
||||
|
||||
### Fix
|
||||
|
|
|
@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
|
|||
|
||||
[project]
|
||||
name = "rougail.output_doc"
|
||||
version = "0.2.0a11"
|
||||
version = "0.2.0a12"
|
||||
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
|
||||
readme = "README.md"
|
||||
description = "Rougail output doc"
|
||||
|
|
Loading…
Reference in a new issue