diff --git a/Changelog b/Changelog index 2cbe873b3..2b6d26053 100644 --- a/Changelog +++ b/Changelog @@ -1,5 +1,5 @@ - version 1.5.1 (not yet released) -================================= + version 1.5.1 (tag v1.5.1rel) +============================== * fix issue #908 by adding workaround for incorrect value returned by nc_inq_var_fill for netcdf-c < 4.5.1. * fix bug writing slice to unlimited dimension that is not the first diff --git a/README.md b/README.md index 8e66c78b7..69096c3d2 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ ## News For details on the latest updates, see the [Changelog](https://github.com/Unidata/netcdf4-python/blob/master/Changelog). +04/30/2019: Version [1.5.1](https://pypi.python.org/pypi/netCDF4/1.5.1) released. Bugfixes, no new features. + 04/02/2019: Version [1.5.0.1](https://pypi.python.org/pypi/netCDF4/1.5.0.1) released. Binary wheels for macos x and linux rebuilt with netcdf-c 4.6.3 (instead of 4.4.1.1). Added read-shared capability for faster reads of NETCDF3 files (mode='rs'). diff --git a/docs/netCDF4/index.html b/docs/netCDF4/index.html index ea2bd51e6..6e0c94fef 100644 --- a/docs/netCDF4/index.html +++ b/docs/netCDF4/index.html @@ -4,14 +4,14 @@ netCDF4 API documentation - +netcdf4-python is a Python interface t..." /> @@ -1280,7 +1280,7 @@

Index

netCDF4 module

-

Version 1.5.0.1

+

Version 1.5.1


Introduction

netcdf4-python is a Python interface to the netCDF C library.