Compare commits

..

No commits in common. "94a8ba1cf42a9a3d6ef41f1b358afcf996921117" and "c012e9c28d58dda7026d4db006da12ef00213382" have entirely different histories.

7 changed files with 7 additions and 17 deletions

View file

@ -1,9 +1,3 @@
## 0.1.0a4 (2026-01-21)
### Fix
- add loaded_from information
## 0.1.0a3 (2025-12-30)
### Fix

View file

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

View file

@ -1,6 +1,6 @@
"""
Silique (https://www.silique.fr)
Copyright (C) 2024-2026
Copyright (C) 2024-2025
distribued with GPL-2 or later license

View file

@ -1,6 +1,6 @@
"""
Silique (https://www.silique.fr)
Copyright (C) 2024-2026
Copyright (C) 2024-2025
distribued with GPL-2 or later license
@ -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__ = "0.1.0a4"
__version__ = "0.1.0a3"

View file

@ -1,6 +1,6 @@
"""
Silique (https://www.silique.fr)
Copyright (C) 2024-2026
Copyright (C) 2024-2025
distribued with GPL-2 or later license

View file

@ -1,6 +1,6 @@
"""
Silique (https://www.silique.fr)
Copyright (C) 2024-2026
Copyright (C) 2024-2025
distribued with GPL-2 or later license
@ -156,10 +156,6 @@ class RougailUserDataQuestionary:
option.value.reset()
else:
option.value.set(value)
option.information.set(
"loaded_from",
_("loaded from questionary"),
)
def _dispatcher_questionary(
self, option_type: str, RougailValidator, kwargs: dict, option, default: any

View file

@ -1,6 +1,6 @@
"""
Silique (https://www.silique.fr)
Copyright (C) 2025-2026
Copyright (C) 2025
This program is free software: you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published by the