Skip to content

Commit

Permalink
bump ncagg v0.8.18
Browse files Browse the repository at this point in the history
  • Loading branch information
5tefan committed Jan 21, 2024
1 parent 2348202 commit 2515b49
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.8.18 - 2024-01-21

- Bug fix: fixed string variable fill values replaced by the string "nan".

# 0.8.17 - 2023-07-05

- New feature: support `copy_from_alt` list of alternative variable names to use if `name` variable
Expand Down
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name="ncagg",
version="0.8.17",
version="0.8.18",
description="Utility for aggregation of NetCDF data.",
author="Stefan Codrescu",
author_email="stefan.codrescu@noaa.gov",
Expand All @@ -27,5 +27,7 @@
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
project_urls={"Documentation": "http://ncagg.readthedocs.io/en/latest/",},
project_urls={
"Documentation": "http://ncagg.readthedocs.io/en/latest/",
},
)

0 comments on commit 2515b49

Please sign in to comment.