Skip to content

Commit

Permalink
Merge pull request #1245 from NREL/v151
Browse files Browse the repository at this point in the history
Bump to v1.5.1
  • Loading branch information
shorowit committed Dec 6, 2022
2 parents 7e9429a + cd262d8 commit 3f52b32
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## OpenStudio-HPXML v1.6.0
## OpenStudio-HPXML v1.5.1

__New Features__
- When `Battery/Location` not provided, now defaults to garage if present, otherwise outside.
Expand Down
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>5ec17a71-42d1-4525-a6e0-85779c7ca7d8</version_id>
<version_modified>20221206T194913Z</version_modified>
<version_id>6600e0c5-d9b6-465e-ac84-30da41fdfe12</version_id>
<version_modified>20221206T195230Z</version_modified>
<xml_checksum>D8922A73</xml_checksum>
<class_name>HPXMLtoOpenStudio</class_name>
<display_name>HPXML to OpenStudio Translator</display_name>
Expand Down Expand Up @@ -558,12 +558,6 @@
<usage_type>resource</usage_type>
<checksum>398A7B89</checksum>
</file>
<file>
<filename>version.rb</filename>
<filetype>rb</filetype>
<usage_type>resource</usage_type>
<checksum>A558D830</checksum>
</file>
<file>
<filename>hpxml_defaults.rb</filename>
<filetype>rb</filetype>
Expand All @@ -588,5 +582,11 @@
<usage_type>resource</usage_type>
<checksum>170774C2</checksum>
</file>
<file>
<filename>version.rb</filename>
<filetype>rb</filetype>
<usage_type>resource</usage_type>
<checksum>80B2ED97</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.5.0' # Version of the OS-HPXML workflow
OS_HPXML_Version = '1.5.1' # Version of the OS-HPXML workflow
OS_Version = '3.5.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 3f52b32

Please sign in to comment.