Skip to content

Commit

Permalink
Merge pull request #515 from NREL/2.9.0-rc2
Browse files Browse the repository at this point in the history
Updating for OpenStudio 2.9.0-rc2
  • Loading branch information
tijcolem authored Sep 30, 2019
2 parents 3b1948c + 7bfd8f9 commit f800af0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ rvm: 2.2.4
env:
global:
- USE_TESTING_TIMEOUTS: "true"
- OPENSTUDIO_VERSION=2.9.0 OPENSTUDIO_VERSION_SHA=69317309a3 OPENSTUDIO_VERSION_EXT=-rc1
- OPENSTUDIO_VERSION=2.9.0 OPENSTUDIO_VERSION_SHA=7af2e1b26e OPENSTUDIO_VERSION_EXT=-rc2
- DOCKER_COMPOSE_VERSION=1.21.1

gemfile:
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ version: 1.0.{build}-{branch}
environment:
USE_TESTING_TIMEOUTS: "true"
OPENSTUDIO_VERSION: 2.9.0
OPENSTUDIO_VERSION_SHA: 69317309a3
OPENSTUDIO_VERSION_EXT: -rc1
OPENSTUDIO_VERSION_SHA: 7af2e1b26e
OPENSTUDIO_VERSION_EXT: -rc2
OPENSTUDIO_TEST_EXE: C:\projects\openstudio\bin\openstudio.exe


Expand Down
3 changes: 3 additions & 0 deletions server/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ gem 'rake', '~> 12.3'
# added for support of the project rakefile
gem 'colored'

# rest client
gem 'faraday', '0.15.4'

# data modules
gem 'jbuilder'
gem 'nokogiri', '~> 1.6'
Expand Down
4 changes: 2 additions & 2 deletions server/app/lib/openstudio_server/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ module OpenstudioServer
VERSION = '2.9.0'.freeze
# format should be ^.*\-{1}[a-z]+[0-9]+
# for example: -rc1, -beta6, -customusecase0
VERSION_EXT = '-rc1'.freeze # with preceding - or +
OS_SHA = '69317309a3'
VERSION_EXT = '-rc2'.freeze # with preceding - or +
OS_SHA = '7af2e1b26e'
end

0 comments on commit f800af0

Please sign in to comment.