Skip to content

Commit

Permalink
Merge pull request #511 from NREL/os_eri_v111
Browse files Browse the repository at this point in the history
Bump to v1.1.1
  • Loading branch information
shorowit authored Mar 26, 2021
2 parents 7dd18ec + a5b03a7 commit 7456da6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## OpenStudio-ERI v1.2.0 (Pending)
## OpenStudio-ERI v1.1.1

__New Features__
- Allow `Slab/ExposedPerimeter` to be zero.
Expand Down
2 changes: 1 addition & 1 deletion workflow/energy_rating_index.rb
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ def calculate_eri(design_outputs, resultsdir)
Version.check_openstudio_version()

if options[:version]
workflow_version = '1.1.0'
workflow_version = '1.1.1'
puts "OpenStudio-ERI v#{workflow_version}"
puts "OpenStudio v#{OpenStudio.openStudioLongVersion}"
puts "EnergyPlus v#{OpenStudio.energyPlusVersion}.#{OpenStudio.energyPlusBuildSHA}"
Expand Down

0 comments on commit 7456da6

Please sign in to comment.