diff --git a/debian/control b/debian/control index f34d9f0..12fef31 100644 --- a/debian/control +++ b/debian/control @@ -1,5 +1,5 @@ Package: tyto -Version: 0.10.6 +Version: 1.0.0 Section: custom Priority: optional Architecture: all diff --git a/src/usr/bin/tyto b/src/usr/bin/tyto index ea93142..f2198e5 100755 --- a/src/usr/bin/tyto +++ b/src/usr/bin/tyto @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Version: 0.10.6 +# Version: 1.0.0 # Tyto - Littérateur # # Copyright (C) 2023 Cyrille Louarn @@ -28,10 +28,10 @@ # Funny Stats Project #------------------------- # Project files : 20 -# Project lines : 7513 +# Project lines : 7508 # Project comments : 1153 # Project functions: 109 -# Project program : 5657 +# Project program : 5652 # # file lines : 93 # file comments : 33 diff --git a/src/var/lib/tyto/help/CHANGELOG.md b/src/var/lib/tyto/help/CHANGELOG.md index af06a05..d39f2f1 100644 --- a/src/var/lib/tyto/help/CHANGELOG.md +++ b/src/var/lib/tyto/help/CHANGELOG.md @@ -7,7 +7,8 @@ Tyto - Littérateur - License: https://git.a-lec.org/echolib/tyto-litterateur/-/blob/master/LICENSE - Documentation: https://tyto.echolib.re -## [0.10.6] - +## [1.0.0] +- (2023.05.09) +- - Official first public release diff --git a/src/var/lib/tyto/program/form.py b/src/var/lib/tyto/program/form.py index 0a61897..f72f529 100644 --- a/src/var/lib/tyto/program/form.py +++ b/src/var/lib/tyto/program/form.py @@ -28,10 +28,10 @@ #------------------------- # Funny Stats Project #------------------------- -# file lines : 1097 +# file lines : 1092 # file comments : 104 # file functions: 7 -# file program : 877 +# file program : 872 #-------------------------- @@ -55,11 +55,6 @@ except: lang_site = lang_sys # Generic answer -""" -answer_yes = ('y', 'Y', 'yes', 'Yes', 'YES', - 'o', 'O', 'oui', 'Oui', 'Oui' - ) -""" try: answer_yes except: answer_yes = langs.answer_yes