Hide keyboard shortcuts

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

1 

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. 

6 

7import json 

8 

9version_json = ''' 

10{ 

11 "date": "2020-02-21T13:08:11+0000", 

12 "dirty": false, 

13 "error": null, 

14 "full-revisionid": "160911ace8119eefe0e66998ea56d24e590fc415", 

15 "version": "0.11.1" 

16} 

17''' # END VERSION_JSON 

18 

19 

20def get_versions(): 

21 return json.loads(version_json)