Skip to content

Commit

Permalink
v3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
peterkuma committed Mar 10, 2023
1 parent 24a323e commit 2fd4a63
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 @@ -420,6 +420,10 @@ functions to read the file (you may need to change the file extension to `.h5`).

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

### 3.4.0 (2023-03-10)

- Added support for a CL51 format as in R/V Polarstern data.

### 3.3.2 (2023-02-26)

- Issue a warning when no output was created because an input file is empty.
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.2'
__version__ = '3.4.0'

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

0 comments on commit 2fd4a63

Please sign in to comment.