2025-07-01

This commit is contained in:
2026-03-17 14:30:01 -06:00
parent f9a22056dd
commit 62b5978595
4579 changed files with 1257472 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
# This file was generated by 'versioneer.py' (0.23) 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": "2025-03-04T16:04:14-0800",
"dirty": false,
"error": null,
"full-revisionid": "96de4376a5e61046d4348f3ff7ae73f076805649",
"version": "1.8.13"
}
''' # END VERSION_JSON
def get_versions():
return json.loads(version_json)