Skip to content

Commit 8f8a627

Browse files
authored
Merge pull request #907 from NREL/os_hpxml_v130
Bump version to 1.3.0.
2 parents 73b73cf + 11423fe commit 8f8a627

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

HPXMLtoOpenStudio/measure.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<schema_version>3.0</schema_version>
44
<name>hpxm_lto_openstudio</name>
55
<uid>b1543b30-9465-45ff-ba04-1d1f85e763bc</uid>
6-
<version_id>d35bf77b-1694-4718-bb9f-28f48aea0cef</version_id>
7-
<version_modified>20211108T183458Z</version_modified>
6+
<version_id>341031ed-e5b1-4b9a-a1a0-56f0e307816a</version_id>
7+
<version_modified>20211108T201331Z</version_modified>
88
<xml_checksum>D8922A73</xml_checksum>
99
<class_name>HPXMLtoOpenStudio</class_name>
1010
<display_name>HPXML to OpenStudio Translator</display_name>
@@ -361,12 +361,6 @@
361361
<usage_type>resource</usage_type>
362362
<checksum>BC20DACA</checksum>
363363
</file>
364-
<file>
365-
<filename>version.rb</filename>
366-
<filetype>rb</filetype>
367-
<usage_type>resource</usage_type>
368-
<checksum>7F5C4312</checksum>
369-
</file>
370364
<file>
371365
<filename>HPXMLDataTypes.xsd</filename>
372366
<filetype>xsd</filetype>
@@ -480,5 +474,11 @@
480474
<usage_type>resource</usage_type>
481475
<checksum>8AA18CFA</checksum>
482476
</file>
477+
<file>
478+
<filename>version.rb</filename>
479+
<filetype>rb</filetype>
480+
<usage_type>resource</usage_type>
481+
<checksum>916D733E</checksum>
482+
</file>
483483
</files>
484484
</measure>

HPXMLtoOpenStudio/resources/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
class Version
4-
OS_HPXML_Version = '1.2.0' # Version of the OS-HPXML workflow
4+
OS_HPXML_Version = '1.3.0' # Version of the OS-HPXML workflow
55
OS_Version = '3.3.0' # Required version of OpenStudio (can be 'X.X' or 'X.X.X')
66
HPXML_Version = '4.0' # HPXML schemaVersion
77

0 commit comments

Comments
 (0)