Skip to content

Commit

Permalink
Merge pull request #157 from NREL/0.6.0
Browse files Browse the repository at this point in the history
update to use 0.2.17 release of standards, bump version to 0.6.0
  • Loading branch information
kflemin authored Nov 2, 2022
2 parents b51dfb6 + e8a821c commit 4b9abc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/openstudio/extension/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@

module OpenStudio
module Extension
VERSION = '0.6.0.rc1'.freeze
VERSION = '0.6.0'.freeze
end
end
2 changes: 1 addition & 1 deletion openstudio-extension.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'openstudio-workflow', '~> 2.3.0'
spec.add_dependency 'parallel', '~> 1.19.1'

spec.add_development_dependency 'openstudio-standards', '~> 0.2.17.rc2' # for os_lib unit tests
spec.add_development_dependency 'openstudio-standards', '~> 0.2.17' # for os_lib unit tests
spec.add_development_dependency 'rake', '~> 13.0'
spec.add_development_dependency 'rspec', '~> 3.9'
end

0 comments on commit 4b9abc8

Please sign in to comment.