1 2# This file was generated by 'versioneer.py' (0.19) from 3# revision-control system data, or from the parent directory name of an 4# unpacked source archive. Distribution tarballs contain a pre-generated copy 5# of this file. 6 7import json 8 9version_json = ''' 10{ 11 "date": "2022-04-02T08:46:16+0100", 12 "dirty": false, 13 "error": null, 14 "full-revisionid": "4bfe3d07b4858144c219b9346329027024102ab6", 15 "version": "1.4.2" 16} 17''' # END VERSION_JSON 18 19 20def get_versions(): 21 return json.loads(version_json) 22 23