Skip to content

Commit 2f2f413

Browse files
committed
v2.5.0
1 parent f8a1043 commit 2f2f413

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
See also [CHANGES.md](rnxcmp/docs/CHANGES.md) of the original RNXCMP software package.
44

5+
## [2.5.0] - 2022-01-10
6+
7+
- Decompression now raises a `ValueError` if the decompressed file lacks a valid RINEX header record.
8+
59
## [2.4.0] - 2021-12-19
610

711
- Added support for LZW (.Z) compression output. This is provided by the

hatanaka/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from .general_compression import *
22
from .hatanaka import *
33

4-
__version__ = '2.4.0'
4+
__version__ = '2.5.0'
55
rnxcmp_version = '4.0.8'

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = hatanaka
3-
version = 2.4.0
3+
version = 2.5.0
44
author = Martin Valgur
55
author_email = [email protected]
66
url = https://github.com/valgur/hatanaka

0 commit comments

Comments
 (0)