Skip to content

Commit

Permalink
Prep v0.14.0 (#495)
Browse files Browse the repository at this point in the history
* bump to version 0.14.0

* update changelog for v0.14.0

* update python dependency matrix in readme
  • Loading branch information
vtnate authored Nov 15, 2024
1 parent 3a43eec commit ab4c84f
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 5 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## Version 0.14.0
Date Range: 06/27/2024 - 11/15/2024

## What's Changed
### Exciting New Features 🎉
* Upgrade version of ThermalNetwork Python dependency by @vtnate in https://github.com/urbanopt/urbanopt-cli/pull/493
* Upgrade miniconda by @vtnate in https://github.com/urbanopt/urbanopt-cli/pull/492
* Use new version of GMT by @vtnate in https://github.com/urbanopt/urbanopt-cli/pull/489
### Other Changes
* Update installer patch by @tijcolem in https://github.com/urbanopt/urbanopt-cli/pull/476
* Fix installer path bug by @vtnate in https://github.com/urbanopt/urbanopt-cli/pull/485
* Remove unnecessary default user-entry for DES commands by @vtnate in https://github.com/urbanopt/urbanopt-cli/pull/486


**Full Changelog**: https://github.com/urbanopt/urbanopt-cli/compare/v0.13.0...v0.14.0

## Version 0.13.0
Date Range: 05/15/2024 - 06/27/2024

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,10 @@ Python dependencies are currently versioned as follows:

| Python Package | Version |
| --------------------------- | ------- |
| urbanopt-ditto-reader | 0.6.3 |
| NREL-disco | 0.5.0 |
| geojson-modelica-translator | 0.6.0 |
| ThermalNetwork | 0.2.3 |
| urbanopt-ditto-reader | 0.6.4 |
| NREL-disco | 0.5.1 |
| geojson-modelica-translator | 0.8.0 |
| ThermalNetwork | 0.3.0 |

## Development

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 @@ -5,6 +5,6 @@

module URBANopt
module CLI
VERSION = '0.13.0'.freeze
VERSION = '0.14.0'.freeze
end
end

0 comments on commit ab4c84f

Please sign in to comment.