bump: version 1.0.0rc0 → 1.0.0

This commit is contained in:
egarette@silique.fr 2026-06-21 17:31:59 +02:00
parent 8896f03af1
commit 1a04d19216
3 changed files with 10 additions and 38 deletions

View file

@ -1,49 +1,21 @@
## 0.1.0a6 (2026-06-15) ## 1.0.0 (2026-06-21)
### Fix
- values is a dict
## 0.1.0a5 (2026-05-04)
### Feat ### Feat
- multi layers - multi layers
## 0.1.0a4 (2026-01-21)
### Fix
- add loaded_from information
## 0.1.0a3 (2025-12-30)
### Fix
- update doc
## 0.1.0a2 (2025-12-22)
### Feat
- add frozen variable support - add frozen variable support
- update for last rougail version
- support of password type
### Fix ### Fix
- rougail dependencies
- black
- values is a dict
- add loaded_from information
- update doc
- do not force description format - do not force description format
- update doc - update doc
- refactoring - refactoring
- update translation - update translation
## 0.1.0a1 (2025-11-21)
### Fix
- ExtentionError => ExtensionError - ExtentionError => ExtensionError
## 0.1.0a0 (2025-11-06)
### Feat
- update for last rougail version
- support of password type

View file

@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
[project] [project]
name = "rougail.user_data_questionary" name = "rougail.user_data_questionary"
version = "1.0.0rc0" version = "1.0.0"
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}] authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
readme = "README.md" readme = "README.md"
description = "Rougail user_data questionary" description = "Rougail user_data questionary"

View file

@ -19,4 +19,4 @@ along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
""" """
__version__ = "1.0.0rc0" __version__ = "1.0.0"