Skip to content

Commit 6926312

Browse files
Update date of v3.19.0 release to 19th Jan
1 parent 966267a commit 6926312

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Version 3.19.0
22
--------------
33

4-
**2026-01-16**
4+
**2026-01-19**
55

66
* Write Zarr v3 datasets with `cf.write`
77
(https://github.com/NCAS-CMS/cf-python/issues/895)

cf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
from packaging.version import Version
8686

8787

88-
__date__ = "2026-01-16"
88+
__date__ = "2026-01-19"
8989
__version__ = "3.19.0"
9090
__cf_version__ = cfdm.__cf_version__
9191
__Conventions__ = f"CF-{__cf_version__}"

docs/source/releases.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Documentation for all versions of cf.
1616
**CF-1.13**
1717
-----------
1818

19-
* `Version 3.19.0 <https://ncas-cms.github.io/cf-python-docs/3.19.0>`_ (2026-01-16)
19+
* `Version 3.19.0 <https://ncas-cms.github.io/cf-python-docs/3.19.0>`_ (2026-01-19)
2020

2121
**CF-1.12**
2222
-----------

0 commit comments

Comments
 (0)