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.15) 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 

7from warnings import catch_warnings 

8with catch_warnings(record=True): 

9 import json 

10import sys 

11 

12version_json = ''' 

13{ 

14 "dirty": false, 

15 "error": null, 

16 "full-revisionid": "b687cd4d9e520666a956a60849568a98dd00c672", 

17 "version": "1.0.5" 

18} 

19''' # END VERSION_JSON 

20 

21 

22def get_versions(): 

23 return json.loads(version_json)