Skip to content

Commit e79aea6

Browse files
committed
dev
1 parent d5f2fa3 commit e79aea6

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Changelog.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
version 3.17.0
22
--------------
33

4-
**2025-??-??**
4+
**2025-03-??**
55

6+
* Set new minimum version of `dask`: ``2025.2.0``
7+
(https://github.com/NCAS-CMS/cf-python/849)
68
* Set a new minimum version of `numpy`: ``2.0.0``
79
(https://github.com/NCAS-CMS/cf-python/issues/843)
810
* Replace dataset aggregation functionality (CFA) with that imported

cf/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@
8080
8181
"""
8282

83-
__date__ = "2025-01-28"
84-
__version__ = "3.16.3"
83+
__date__ = "2025-03-??"
84+
__version__ = "3.17.0"
8585

8686
_requires = (
8787
"numpy",

0 commit comments

Comments
 (0)