Skip to content

Commit

Permalink
Merge pull request #907 from NREL/os_hpxml_v130
Browse files Browse the repository at this point in the history
Bump version to 1.3.0.
  • Loading branch information
shorowit committed Nov 8, 2021
2 parents 73b73cf + 11423fe commit 8f8a627
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions HPXMLtoOpenStudio/measure.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<schema_version>3.0</schema_version>
<name>hpxm_lto_openstudio</name>
<uid>b1543b30-9465-45ff-ba04-1d1f85e763bc</uid>
<version_id>d35bf77b-1694-4718-bb9f-28f48aea0cef</version_id>
<version_modified>20211108T183458Z</version_modified>
<version_id>341031ed-e5b1-4b9a-a1a0-56f0e307816a</version_id>
<version_modified>20211108T201331Z</version_modified>
<xml_checksum>D8922A73</xml_checksum>
<class_name>HPXMLtoOpenStudio</class_name>
<display_name>HPXML to OpenStudio Translator</display_name>
Expand Down Expand Up @@ -361,12 +361,6 @@
<usage_type>resource</usage_type>
<checksum>BC20DACA</checksum>
</file>
<file>
<filename>version.rb</filename>
<filetype>rb</filetype>
<usage_type>resource</usage_type>
<checksum>7F5C4312</checksum>
</file>
<file>
<filename>HPXMLDataTypes.xsd</filename>
<filetype>xsd</filetype>
Expand Down Expand Up @@ -480,5 +474,11 @@
<usage_type>resource</usage_type>
<checksum>8AA18CFA</checksum>
</file>
<file>
<filename>version.rb</filename>
<filetype>rb</filetype>
<usage_type>resource</usage_type>
<checksum>916D733E</checksum>
</file>
</files>
</measure>
2 changes: 1 addition & 1 deletion HPXMLtoOpenStudio/resources/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

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

Expand Down

0 comments on commit 8f8a627

Please sign in to comment.