From a269555f40ba919ecd555b65feadf7a90d3a2df4 Mon Sep 17 00:00:00 2001 From: Nathan Moore Date: Tue, 17 Dec 2024 14:15:09 -0700 Subject: [PATCH] Release v0.9.0 (#683) * bump to v0.9.0 * update dependencies * update change log * include OM & MBL upgrades in change log --- CHANGELOG.md | 16 ++++++++++++++++ poetry.lock | 2 +- pyproject.toml | 3 ++- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db0e12a2e..3fb7ff3d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Change Log +## Version 0.9.0 + +### Exciting New Features 🎉 + +* Upgrade OpenModelica & MBL by @vtnate in +* Support Python 3.13 by @vtnate in + +### Other Changes + +* Putting GHEs downstream of the buildings by @JingWang-CUB in +* Order horizontal piping correctly between buildings by @vtnate in +* Allow skipping GeoJSON validation by @nllong in +* Switch to MkDocs by @vtnate in + +**Full Changelog**: + ## Version 0.8.0 ### Exciting New Features 🎉 diff --git a/poetry.lock b/poetry.lock index c90088e18..b9aa4abd4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1681,7 +1681,7 @@ xmp = ["defusedxml"] [[package]] name = "platformdirs" version = "4.3.6" -description = "A small Python package for determining appropriate platform-specific dirs, e.g., a `user data dir`." +description = "A small Python package for determining appropriate platform-specific dirs, e.g. a `user data dir`." optional = false python-versions = ">=3.8" files = [ diff --git a/pyproject.toml b/pyproject.toml index 2bf2fff9d..625bf2adc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "geojson-modelica-translator" -version = "0.8.0" +version = "0.9.0" description = "Package for converting GeoJSON to Modelica models for urban scale analyses." authors = ["URBANopt DES Team "] license = "BSD-4-Clause" @@ -20,6 +20,7 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", ] packages = [ { include = "management" },