Brought __date__ field into use.
This commit is contained in:
parent
413c63a688
commit
7e407297d9
@ -17,4 +17,5 @@ PIGGYBANK_FILE_EXTENSION = ".pb"
|
|||||||
def print_program_version() -> None:
|
def print_program_version() -> None:
|
||||||
"""Print information about program. Includes name and version; copyright
|
"""Print information about program. Includes name and version; copyright
|
||||||
notice and license."""
|
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__}")
|
||||||
|
Loading…
Reference in New Issue
Block a user