We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9c218b commit a82e419Copy full SHA for a82e419
gifts/common/xmlConfig.py
@@ -6,7 +6,7 @@
6
# Author: Mark Oberfield
7
# Organization: NOAA/NWS/OSTI/Meteorological Development Laboratory
8
# Contact Info: Mark.Oberfield@noaa.gov
9
-# Date: 16 January 2020
+# Date: 5 June 2023
10
#
11
import os
12
# -----------------------------------------------------------------------------------
@@ -33,8 +33,8 @@
33
34
35
# IWXXM versioning
36
-_iwxxm = '2021-2'
37
-_release = '2021-2'
+_iwxxm = '2023-1'
+_release = '2023-1'
38
39
IWXXM_URI = 'http://icao.int/iwxxm/%s' % _iwxxm
40
IWXXM_URL = 'https://schemas.wmo.int/iwxxm/%s/iwxxm.xsd' % _release
0 commit comments