Skip to content

Commit

Permalink
add Changelog entry, bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jswhit committed Aug 23, 2023
1 parent 3d0cd65 commit cd0f5da
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
version 1.6.5 (not yet released)
===============================
* fix for issue #1271 (mask ignored if bool MA assinged to uint8 var)

version 1.6.4 (tag v1.6.4rel)
===============================
* set path to SSL certificates internally, so https DAP URLs work with wheels
Expand Down
4 changes: 2 additions & 2 deletions src/netCDF4/_netCDF4.pyx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Version 1.6.4
Version 1.6.5
-------------
# Introduction
Expand Down Expand Up @@ -1227,7 +1227,7 @@ from .utils import (_StartCountStride, _quantize, _find_dim, _walk_grps,
import sys
import functools

__version__ = "1.6.4"
__version__ = "1.6.5"

# Initialize numpy
import posixpath
Expand Down

0 comments on commit cd0f5da

Please sign in to comment.