Skip to content

Commit

Permalink
v3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
peterkuma committed Mar 24, 2021
1 parent 1e998c8 commit a287c7a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
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.1 (2021-03-24)

- Fixed an issue of the last record in DAT files skipped.

### 3.3.0 (2020-08-27)

- Fixed handling of certain types of time encoding.
Expand Down
2 changes: 1 addition & 1 deletion cl2nc.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python

__version__ = '3.3.0'
__version__ = '3.3.1'

import sys
import signal
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -4,7 +4,7 @@

setup(
name='cl2nc',
version='3.3.0',
version='3.3.1',
description='Convert Vaisala CL51 and CL31 dat files to NetCDF',
author='Peter Kuma',
author_email='peter@peterkuma.net',
Expand Down

0 comments on commit a287c7a

Please sign in to comment.