Skip to content

Commit 2eed382

Browse files
jswhit2jswhit2
authored andcommitted
bump version number.
1 parent 5764431 commit 2eed382

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

Changelog

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
================================
33
* Make sure automatic conversion of character arrays <--> string arrays works for Unicode strings (issue #1440).
44
(previously only worked correctly for encoding="ascii").
5-
* Add netcdf plugins (blosc, zstd, bzip2) in wheels
5+
* Add netcdf plugins (blosc, zstd, bzip2) in wheels. Blosc plugin doesn't work in Windows wheels.
6+
Macos wheels now use conda provided libs. (PR #1450)
67

78
version 1.7.3 (tag v1.7.3rel)
89
=============================

src/netCDF4/_netCDF4.pyx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Version 1.7.3
1+
"""Version 1.7.4
22
-------------
33
44
# Introduction
@@ -1279,7 +1279,7 @@ import sys
12791279
import functools
12801280
from typing import Union
12811281

1282-
__version__ = "1.7.3"
1282+
__version__ = "1.7.4"
12831283

12841284
# Initialize numpy
12851285
import posixpath

0 commit comments

Comments
 (0)