Skip to content

Commit

Permalink
Release v0.9.0 (#683)
Browse files Browse the repository at this point in the history
* bump to v0.9.0

* update dependencies

* update change log

* include OM & MBL upgrades in change log
  • Loading branch information
vtnate authored Dec 17, 2024
1 parent 090fac6 commit a269555
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change Log

## Version 0.9.0

### Exciting New Features 🎉

* Upgrade OpenModelica & MBL by @vtnate in <https://github.com/urbanopt/geojson-modelica-translator/pull/641>
* Support Python 3.13 by @vtnate in <https://github.com/urbanopt/geojson-modelica-translator/pull/676>

### Other Changes

* Putting GHEs downstream of the buildings by @JingWang-CUB in <https://github.com/urbanopt/geojson-modelica-translator/pull/677>
* Order horizontal piping correctly between buildings by @vtnate in <https://github.com/urbanopt/geojson-modelica-translator/pull/679>
* Allow skipping GeoJSON validation by @nllong in <https://github.com/urbanopt/geojson-modelica-translator/pull/681>
* Switch to MkDocs by @vtnate in <https://github.com/urbanopt/geojson-modelica-translator/pull/664>

**Full Changelog**: <https://github.com/urbanopt/geojson-modelica-translator/compare/v0.8.0...v0.9.0>

## Version 0.8.0

### Exciting New Features 🎉
Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "BSD-4-Clause"
Expand All @@ -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" },
Expand Down

0 comments on commit a269555

Please sign in to comment.