bump: version 0.1.0a19 → 0.1.0a20
This commit is contained in:
parent
f600d5cd79
commit
bae0368356
3 changed files with 12 additions and 2 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -1,3 +1,13 @@
|
|||
## 0.1.0a20 (2025-11-03)
|
||||
|
||||
### Feat
|
||||
|
||||
- allow extra kwargs
|
||||
|
||||
### Fix
|
||||
|
||||
- update tests
|
||||
|
||||
## 0.1.0a19 (2025-10-10)
|
||||
|
||||
### Fix
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
|
|||
|
||||
[project]
|
||||
name = "rougail.output_formatter"
|
||||
version = "0.1.0a19"
|
||||
version = "0.1.0a20"
|
||||
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
|
||||
readme = "README.md"
|
||||
description = "Rougail output formatter"
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
__version__ = "0.1.0a19"
|
||||
__version__ = "0.1.0a20"
|
||||
|
|
|
|||
Loading…
Reference in a new issue