Skip to content

Commit

Permalink
Add 1.11 to netcdfwrite versions
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhassell authored Nov 27, 2023
1 parent a22abc5 commit 47d4f81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfdm/read_write/netcdf/netcdfwrite.py
Original file line number Diff line number Diff line change
Expand Up @@ -5008,7 +5008,7 @@ def _file_io_iteration(
# ------------------------------------------------------------
# Set possible versions
# ------------------------------------------------------------
for version in ("1.6", "1.7", "1.8", "1.9", "1.10"):
for version in ("1.6", "1.7", "1.8", "1.9", "1.10", "1.11"):
g["CF-" + version] = Version(version)

if extra_write_vars:
Expand Down

0 comments on commit 47d4f81

Please sign in to comment.