Compare commits
No commits in common. "613fe24c976f333d7fabd824e5f03a4e18522702" and "94a8ba1cf42a9a3d6ef41f1b358afcf996921117" have entirely different histories.
613fe24c97
...
94a8ba1cf4
4 changed files with 3 additions and 9 deletions
|
|
@ -1,9 +1,3 @@
|
|||
## 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.0a5"
|
||||
version = "0.1.0a4"
|
||||
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.0a5"
|
||||
__version__ = "0.1.0a4"
|
||||
|
|
|
|||
|
|
@ -39,6 +39,7 @@ from .i18n import _
|
|||
|
||||
class RougailUserDataQuestionary:
|
||||
"""Rougail userdata for Questionary"""
|
||||
|
||||
interactive_user_data = True
|
||||
|
||||
def __init__(
|
||||
|
|
@ -46,7 +47,6 @@ class RougailUserDataQuestionary:
|
|||
config: "Config",
|
||||
*,
|
||||
rougailconfig: "RougailConfig" = None,
|
||||
**kwargs,
|
||||
):
|
||||
# this is the tiramisu config object
|
||||
self.config = config
|
||||
|
|
|
|||
Loading…
Reference in a new issue