_version.py 497 B

123456789101112131415161718192021
  1. # This file was generated by 'versioneer.py' (0.19) from
  2. # revision-control system data, or from the parent directory name of an
  3. # unpacked source archive. Distribution tarballs contain a pre-generated copy
  4. # of this file.
  5. import json
  6. version_json = '''
  7. {
  8. "date": "2021-07-25T10:04:51+0100",
  9. "dirty": false,
  10. "error": null,
  11. "full-revisionid": "c7f7443c1bad8262358114d5e88cd9c8a308e8aa",
  12. "version": "1.3.1"
  13. }
  14. ''' # END VERSION_JSON
  15. def get_versions():
  16. return json.loads(version_json)