Release 0.3.1: baseconf help, GPL v3, author Michael BAG.

Улучшена справка --help подкоманд (--baseconf до/после подкоманды), добавлены
LICENSE (GPL v3 EN) и LICENSE.ru (справочный перевод), контакты mk@p7net.ru.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
mihailkudravcev
2026-07-17 10:00:09 +03:00
parent a4b7629d6a
commit 45e798f2bf
9 changed files with 1612 additions and 24 deletions
+4 -1
View File
@@ -2,8 +2,11 @@
from pathlib import Path
__version__ = "0.3.0"
__version__ = "0.3.1"
__status__ = "in development"
__author__ = "Michael BAG"
__email__ = "mk@p7net.ru"
__license__ = "GPL-3.0-or-later"
def read_version_file() -> str: