Skip to content

Commit e0d4847

Browse files
committed
v3.3.7 archive documentation
1 parent 4326299 commit e0d4847

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+21556
-7
lines changed

Changelog.rst

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

4-
**2024-02-??**
4+
**2024-04-23**
55

66
* Allow units to be defined by `bytes`
77
(https://github.com/NCAS-CMS/cfunits/issues/54)

cfunits/__init__.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
1515
"""
1616

17-
__Conventions__ = "CF-1.10"
18-
__date__ = "2023-05-03"
19-
__version__ = "3.3.6"
20-
__cf_version__ = "1.10"
17+
__Conventions__ = "CF-1.11"
18+
__date__ = "2024-04-23"
19+
__version__ = "3.3.7"
20+
__cf_version__ = "1.11"
2121

2222
import platform
2323

docs/3.3.7/Changelog.html

Lines changed: 399 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)