From ab4c84fa31b48c0f5d5ebbb77355b578be828c4b Mon Sep 17 00:00:00 2001 From: Nathan Moore Date: Fri, 15 Nov 2024 09:57:28 -0700 Subject: [PATCH] Prep v0.14.0 (#495) * bump to version 0.14.0 * update changelog for v0.14.0 * update python dependency matrix in readme --- CHANGELOG.md | 16 ++++++++++++++++ README.md | 8 ++++---- lib/uo_cli/version.rb | 2 +- 3 files changed, 21 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 131c833a..bae22ce0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 9f6b412d..49bcda1f 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/lib/uo_cli/version.rb b/lib/uo_cli/version.rb index 5350a14f..a98240c4 100644 --- a/lib/uo_cli/version.rb +++ b/lib/uo_cli/version.rb @@ -5,6 +5,6 @@ module URBANopt module CLI - VERSION = '0.13.0'.freeze + VERSION = '0.14.0'.freeze end end