mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-11-10 01:17:42 +01:00
21 lines
497 B
Python
21 lines
497 B
Python
|
|
# This file was generated by 'versioneer.py' (0.19) from
|
|
# revision-control system data, or from the parent directory name of an
|
|
# unpacked source archive. Distribution tarballs contain a pre-generated copy
|
|
# of this file.
|
|
|
|
import json
|
|
|
|
version_json = '''
|
|
{
|
|
"date": "2020-12-26T13:47:00+0000",
|
|
"dirty": false,
|
|
"error": null,
|
|
"full-revisionid": "3e89b4c4b1580aa890023fc550774e63d499da25",
|
|
"version": "1.2.0"
|
|
}
|
|
''' # END VERSION_JSON
|
|
|
|
|
|
def get_versions():
|
|
return json.loads(version_json)
|