Coverage for /home/martinb/.local/share/virtualenvs/camcops/lib/python3.6/site-packages/asteval/_version.py : 100%

Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
2# This file was generated by 'versioneer.py' (0.18) 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.
7import json
9version_json = '''
10{
11 "date": "2019-12-17T11:34:21-0600",
12 "dirty": false,
13 "error": null,
14 "full-revisionid": "2f796e3560c0e51df52ce8ca8062f2c379452107",
15 "version": "0.9.18"
16}
17''' # END VERSION_JSON
20def get_versions():
21 return json.loads(version_json)