Skip to content

Commit a82e419

Browse files
committed
Update IWXXM URI and URL path to new release
1 parent d9c218b commit a82e419

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gifts/common/xmlConfig.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Author: Mark Oberfield
77
# Organization: NOAA/NWS/OSTI/Meteorological Development Laboratory
88
# Contact Info: Mark.Oberfield@noaa.gov
9-
# Date: 16 January 2020
9+
# Date: 5 June 2023
1010
#
1111
import os
1212
# -----------------------------------------------------------------------------------
@@ -33,8 +33,8 @@
3333
# -----------------------------------------------------------------------------------
3434
#
3535
# IWXXM versioning
36-
_iwxxm = '2021-2'
37-
_release = '2021-2'
36+
_iwxxm = '2023-1'
37+
_release = '2023-1'
3838
#
3939
IWXXM_URI = 'http://icao.int/iwxxm/%s' % _iwxxm
4040
IWXXM_URL = 'https://schemas.wmo.int/iwxxm/%s/iwxxm.xsd' % _release

0 commit comments

Comments
 (0)