1
0
Fork 0

Brought __date__ field into use.

This commit is contained in:
Alexander "Arav" Andreev 2019-12-29 18:38:11 +04:00 committed by Alexander Arav Andreev
parent 413c63a688
commit 7e407297d9
1 changed files with 2 additions and 1 deletions

View File

@ -17,4 +17,5 @@ PIGGYBANK_FILE_EXTENSION = ".pb"
def print_program_version() -> None:
"""Print information about program. Includes name and version; copyright
notice and license."""
print(f"PiggyBank ver. {__version__}\n\n{__copyright__}\n\n{__license__}")
print(f"PiggyBank ver. {__version__} ({__date__})\n\n{__copyright__}\n"
"\n{__license__}")