mirror of
https://github.com/morpheus65535/bazarr.git
synced 2026-01-01 12:10:20 -05:00
22 lines
498 B
Python
22 lines
498 B
Python
|
|
# This file was generated by 'versioneer.py' (0.22) 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": "2024-12-23T23:09:43-0800",
|
|
"dirty": false,
|
|
"error": null,
|
|
"full-revisionid": "70ab16ffce283c86a1b66d8e35db351fbfbf2d19",
|
|
"version": "0.4.27"
|
|
}
|
|
''' # END VERSION_JSON
|
|
|
|
|
|
def get_versions():
|
|
return json.loads(version_json)
|