fix subject f string

This commit is contained in:
root
2025-01-10 21:40:35 +00:00
parent 1431837e47
commit 42c6d7a0db
46610 changed files with 4096513 additions and 148 deletions

View File

@@ -0,0 +1,21 @@
# This file was generated by 'versioneer.py' (0.21) 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-08-29T13:17:06-0400",
"dirty": false,
"error": null,
"full-revisionid": "c1fff18c2bd30e3436444390f197e92a22df1005",
"version": "5.24.0"
}
''' # END VERSION_JSON
def get_versions():
return json.loads(version_json)