Coverage for ligo/followup_advocate/_version.py: 100%

4 statements  

« prev     ^ index     » next       coverage.py v7.3.2, created at 2023-12-11 21:40 +0000

1 

2# This file was generated by 'versioneer.py' (0.29) 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": "2023-12-11T21:33:52+0000", 

12 "dirty": false, 

13 "error": null, 

14 "full-revisionid": "31cbad56e7ce2a50b15a9e648959ba1dd4c3c886", 

15 "version": "1.2.8+3.g31cbad5" 

16} 

17''' # END VERSION_JSON 

18 

19 

20def get_versions(): 

21 return json.loads(version_json)