Skip to content

Commit

Permalink
Merge pull request #378 from urbanopt/0.8.3
Browse files Browse the repository at this point in the history
prep 0.3.8
  • Loading branch information
kflemin authored Oct 5, 2022
2 parents 2c39b48 + 74b7f74 commit 0f2a381
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## Version 0.8.3
Date Range: 07/07/22 - 09/30/22:

- Updated RNM-US gem dependency to 0.4.0 (API v2)
- Fixed [#368]( https://github.com/urbanopt/urbanopt-cli/issues/368 ), Num-parallel flag leads to crash
- Fixed [#375]( https://github.com/urbanopt/urbanopt-cli/issues/375 ), Windows Installer setup script doesn't work for usernames with spaces

## Version 0.8.2
Date Range: 06/28/22 - 07/06/22:

Expand Down
2 changes: 1 addition & 1 deletion lib/uo_cli/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@

module URBANopt
module CLI
VERSION = '0.8.2'.freeze
VERSION = '0.8.3'.freeze
end
end
2 changes: 1 addition & 1 deletion uo_cli.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'urbanopt-geojson', '~> 0.8.1'
spec.add_runtime_dependency 'urbanopt-reopt', '~> 0.8.0'
spec.add_runtime_dependency 'urbanopt-reporting', '~> 0.6.1'
spec.add_runtime_dependency 'urbanopt-rnm-us', '~> 0.3.0'
spec.add_runtime_dependency 'urbanopt-rnm-us', '~> 0.4.0'
spec.add_runtime_dependency 'urbanopt-scenario', '~> 0.8.0'

spec.add_development_dependency 'bundler', '>= 2.1.0'
Expand Down

0 comments on commit 0f2a381

Please sign in to comment.