From 1a04d19216569a16c85e5c6563bbf018e68f4da0 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Sun, 21 Jun 2026 17:31:59 +0200 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.0.0rc0=20=E2=86=92=201.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 44 ++++--------------- pyproject.toml | 2 +- .../user_data_questionary/__version__.py | 2 +- 3 files changed, 10 insertions(+), 38 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7205325..dfd860d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,49 +1,21 @@ -## 0.1.0a6 (2026-06-15) - -### Fix - -- values is a dict - -## 0.1.0a5 (2026-05-04) +## 1.0.0 (2026-06-21) ### Feat - 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 +- update for last rougail version +- support of password type ### Fix +- rougail dependencies +- black +- values is a dict +- add loaded_from information +- update doc - do not force description format - update doc - refactoring - update translation - -## 0.1.0a1 (2025-11-21) - -### Fix - - ExtentionError => ExtensionError - -## 0.1.0a0 (2025-11-06) - -### Feat - -- update for last rougail version -- support of password type diff --git a/pyproject.toml b/pyproject.toml index b1deb5f..ff6504e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"] [project] name = "rougail.user_data_questionary" -version = "1.0.0rc0" +version = "1.0.0" authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}] readme = "README.md" description = "Rougail user_data questionary" diff --git a/src/rougail/user_data_questionary/__version__.py b/src/rougail/user_data_questionary/__version__.py index a981593..bdf5269 100644 --- a/src/rougail/user_data_questionary/__version__.py +++ b/src/rougail/user_data_questionary/__version__.py @@ -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 """ -__version__ = "1.0.0rc0" +__version__ = "1.0.0"