Skip to content

Commit

Permalink
v3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
peterkuma committed Feb 26, 2023
1 parent 5ea41cb commit 1c0b068
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,10 @@ functions to read the file (you may need to change the file extension to `.h5`).

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

### 3.3.2 (2023-02-26)

- Issue a warning when no output was created because an input file is empty.

### 3.3.1 (2021-03-24)

- Fixed an issue of the last record in DAT files skipped.
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 python

__version__ = '3.3.1'
__version__ = '3.3.2'

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.3.1',
version='3.3.2',
description='Convert Vaisala CL51 and CL31 dat files to NetCDF',
author='Peter Kuma',
author_email='peter@peterkuma.net',
Expand Down

0 comments on commit 1c0b068

Please sign in to comment.