Skip to content

Commit

Permalink
v3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
peterkuma committed Dec 17, 2024
1 parent 78d23c3 commit 1dfbbb2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,11 @@ functions to read the file (you may need to change the file extension to

cl2nc follows [semantic versioning](http://semver.org/).

### 3.7.1 (2024-12-17)

- Remove support for processing of records with a timestamp at the end of the
record.

### 3.7.0 (2024-12-17)

- Support for files without timestamps. Time can be set defined by setting the
Expand Down
2 changes: 1 addition & 1 deletion cl2nc.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3

__version__ = '3.7.0'
__version__ = '3.7.1'

import sys
import signal
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='cl2nc',
version='3.7.0',
version='3.7.1',
description='Convert Vaisala CL51, CL31 and CT25K DAT and HIS L2 files to NetCDF',
author='Peter Kuma',
author_email='[email protected]',
Expand Down

0 comments on commit 1dfbbb2

Please sign in to comment.