Skip to content

Commit

Permalink
Merge pull request #22 from NREL/bump-ext-gem
Browse files Browse the repository at this point in the history
prep 0.3.2
  • Loading branch information
nllong authored Dec 8, 2020
2 parents b1ced20 + e694456 commit 6bcf934
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# OpenStudio EE Gem

## Version 0.3.2

* Bump openstudio-extension-gem version to 0.3.2 to support updated workflow-gem

## Version 0.3.1

* Adds the following to lib/measures:
Expand Down
2 changes: 1 addition & 1 deletion lib/openstudio/ee_measures/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@

module OpenStudio
module EeMeasures
VERSION = '0.3.1'
VERSION = '0.3.2'
end
end
2 changes: 1 addition & 1 deletion openstudio-ee.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = '~> 2.5.0'

spec.add_dependency 'bundler', '~> 2.1'
spec.add_dependency 'openstudio-extension', '~> 0.3.1'
spec.add_dependency 'openstudio-extension', '~> 0.3.2'
spec.add_dependency 'openstudio-standards', '~> 0.2.12'

spec.add_development_dependency 'rake', '~> 13.0'
Expand Down

0 comments on commit 6bcf934

Please sign in to comment.