Compare commits
2 commits
94a8ba1cf4
...
613fe24c97
| Author | SHA1 | Date | |
|---|---|---|---|
| 613fe24c97 | |||
| d4e9e24faa |
4 changed files with 9 additions and 3 deletions
|
|
@ -1,3 +1,9 @@
|
|||
## 0.1.0a5 (2026-05-04)
|
||||
|
||||
### Feat
|
||||
|
||||
- multi layers
|
||||
|
||||
## 0.1.0a4 (2026-01-21)
|
||||
|
||||
### Fix
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
|
|||
|
||||
[project]
|
||||
name = "rougail.user_data_questionary"
|
||||
version = "0.1.0a4"
|
||||
version = "0.1.0a5"
|
||||
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
|
||||
readme = "README.md"
|
||||
description = "Rougail user_data questionary"
|
||||
|
|
|
|||
|
|
@ -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.0a5"
|
||||
|
|
|
|||
|
|
@ -39,7 +39,6 @@ from .i18n import _
|
|||
|
||||
class RougailUserDataQuestionary:
|
||||
"""Rougail userdata for Questionary"""
|
||||
|
||||
interactive_user_data = True
|
||||
|
||||
def __init__(
|
||||
|
|
@ -47,6 +46,7 @@ class RougailUserDataQuestionary:
|
|||
config: "Config",
|
||||
*,
|
||||
rougailconfig: "RougailConfig" = None,
|
||||
**kwargs,
|
||||
):
|
||||
# this is the tiramisu config object
|
||||
self.config = config
|
||||
|
|
|
|||
Loading…
Reference in a new issue