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 82ddc31 commit 7ea5460Copy full SHA for 7ea5460
Changelog.rst
@@ -1,7 +1,7 @@
1
-version 3.17.0
+version 3.16.1
2
--------------
3
4
-**2024-??-??**
+**2024-03-01**
5
6
* Allow DSG tractories with identical `trajectory_id` values to be
7
aggregated (https://github.com/NCAS-CMS/cf-python/issues/723)
cf/__init__.py
@@ -74,8 +74,8 @@
74
"""
75
76
__Conventions__ = "CF-1.11"
77
-__date__ = "2023-12-06"
78
-__version__ = "3.16.0"
+__date__ = "2023-03-01"
+__version__ = "3.16.1"
79
80
_requires = (
81
"numpy",
0 commit comments