bump: version 0.1.0a7 → 0.1.0a8

This commit is contained in:
egarette@silique.fr 2025-05-12 09:07:25 +02:00
parent 58677d06c0
commit fce409cde9
3 changed files with 12 additions and 2 deletions

View file

@ -1,3 +1,13 @@
## 0.1.0a8 (2025-05-12)
### Feat
- display loaded_from informations
### Fix
- black
## 0.1.0a7 (2025-05-02)
### Fix

View file

@ -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"

View file

@ -1 +1 @@
__version__ = "0.1.0a7"
__version__ = "0.1.0a8"