bump: version 0.1.0a7 → 0.1.0a8
This commit is contained in:
parent
58677d06c0
commit
fce409cde9
3 changed files with 12 additions and 2 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -1,3 +1,13 @@
|
|||
## 0.1.0a8 (2025-05-12)
|
||||
|
||||
### Feat
|
||||
|
||||
- display loaded_from informations
|
||||
|
||||
### Fix
|
||||
|
||||
- black
|
||||
|
||||
## 0.1.0a7 (2025-05-02)
|
||||
|
||||
### Fix
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
|
|||
|
||||
[project]
|
||||
name = "rougail.user_data_environment"
|
||||
version = "0.1.0a7"
|
||||
version = "0.1.0a8"
|
||||
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
|
||||
readme = "README.md"
|
||||
description = "Rougail user_data environment"
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
__version__ = "0.1.0a7"
|
||||
__version__ = "0.1.0a8"
|
||||
|
|
|
|||
Loading…
Reference in a new issue