Skip to content

Commit 7ea5460

Browse files
committed
rename version
1 parent 82ddc31 commit 7ea5460

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Changelog.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
version 3.17.0
1+
version 3.16.1
22
--------------
33

4-
**2024-??-??**
4+
**2024-03-01**
55

66
* Allow DSG tractories with identical `trajectory_id` values to be
77
aggregated (https://github.com/NCAS-CMS/cf-python/issues/723)

cf/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@
7474
"""
7575

7676
__Conventions__ = "CF-1.11"
77-
__date__ = "2023-12-06"
78-
__version__ = "3.16.0"
77+
__date__ = "2023-03-01"
78+
__version__ = "3.16.1"
7979

8080
_requires = (
8181
"numpy",

0 commit comments

Comments
 (0)