Skip to content

Commit

Permalink
v2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
peterkuma committed Nov 9, 2023
1 parent a50d03d commit dfa0fe1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,11 @@ respective missing value.

## Release Notes

### 2.2.4 (2023-11-09)

- Fixed processing of profiles with zero or one profile with the `-s` option.
- Small improvements in the documentation.

### 2.2.3 (2023-11-08)

- Added option for splitting output into multiple files by vertical levels used.
Expand Down
2 changes: 1 addition & 1 deletion mrr2c.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH mrr2c 1 2023-11-08 "mrr2c 2.2.3"
.TH mrr2c 1 2023-11-08 "mrr2c 2.2.4"
.
.SH NAME
mrr2c \- convert Metek MRR-2 data files to NetCDF
Expand Down
2 changes: 1 addition & 1 deletion mrr2c.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import ds_format as ds
import aquarius_time as aq

__version__ = '2.2.3'
__version__ = '2.2.4'

NA_INT64 = -9223372036854775808

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

setup(
name='mrr2c',
version='2.2.3',
version='2.2.4',
packages=find_packages(),
py_modules=['mrr2c'],
entry_points={
Expand Down

0 comments on commit dfa0fe1

Please sign in to comment.