Coverage for wrainfo/version.py: 100%

3 statements  

« prev     ^ index     » next       coverage.py v6.5.0, created at 2022-10-18 12:40 +0000

1# -*- coding: utf-8 -*- 

2"""Version module for WRaINfo.""" 

3 

4# WRaINfo, Is a software to process FURUNO weather radar data. 

5# 

6# Copyright (c) 2022, FernLab (GFZ Potsdam, fernlab@gfz-potsdam.de) 

7# 

8# This software was developed within the context of the RaINfo ("Potential use of 

9# high resolution weather data in agriculture") project of FernLab funded by 

10# the Impulse and Networking Fund of the Helmholtz Association. 

11# 

12# Licensed under the Apache License, Version 2.0 (the "License"); 

13# you may not use this file except in compliance with the License. 

14# 

15# You may obtain a copy of the License at 

16# http://www.apache.org/licenses/LICENSE-2.0 

17# 

18# Unless required by applicable law or agreed to in writing, software 

19# distributed under the License is distributed on an "AS IS" BASIS, 

20# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 

21# See the License for the specific language governing permissions and 

22# limitations under the License. 

23 

24 

25__version__ = '0.8.3' 

26__versionalias__ = '2022-10-18_08'