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 

7import json 

8import sys 

9 

10version_json = ''' 

11{ 

12 "dirty": false, 

13 "error": null, 

14 "full-revisionid": "a1a5298b0d4a8d8230103d0fa8d369fca7fdeea0", 

15 "version": "3.2.2" 

16} 

17''' # END VERSION_JSON 

18 

19 

20def get_versions(): 

21 return json.loads(version_json)