We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 351e58e commit aab4fb3Copy full SHA for aab4fb3
Changelog
@@ -1,5 +1,5 @@
1
- since version 1.7.4 release
2
- ===========================
+ version 1.7.4.1 (tag v1.7.4.1rel)
+ =================================
3
* Change default encoding for stringtochar/chartostring functions from 'utf-8' to 'utf-8'/'ascii' for dtype.kind='U'/'S'
4
(issue #1464).
5
src/netCDF4/_netCDF4.pyx
@@ -1,4 +1,4 @@
-"""Version 1.7.4
+"""Version 1.7.4.1
-------------
# Introduction
@@ -1283,7 +1283,7 @@ import sys
1283
import functools
1284
from typing import Union
1285
1286
-__version__ = "1.7.4"
+__version__ = "1.7.4.1"
1287
1288
# Initialize numpy
1289
import posixpath
0 commit comments