21 lines
504 B
Python
21 lines
504 B
Python
|
|
# This file was generated by 'versioneer.py' (0.17) 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-08-24T11:59:47-0400",
|
|
"dirty": false,
|
|
"error": null,
|
|
"full-revisionid": "1f845d066b96181a7f7a8f6429086674f53d2c42",
|
|
"version": "3.18.2.post1"
|
|
}
|
|
''' # END VERSION_JSON
|
|
|
|
|
|
def get_versions():
|
|
return json.loads(version_json)
|