From a81cb1a770c3c16fcb7a008d154ac238da33aa10 Mon Sep 17 00:00:00 2001 From: Nathan Moore Date: Wed, 18 Dec 2024 11:51:31 -0700 Subject: [PATCH] Release v0.9.1 (#686) * bump to v0.9.1 officially this time * update change log --- CHANGELOG.md | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef17905b6..08542f661 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## Version 0.9.1 * Fix incorrect link to documentation site by @vtnate +* Use pre-made GHA workflow to publish docs by @vtnate ## Version 0.9.0 diff --git a/pyproject.toml b/pyproject.toml index 804329c2d..3113b491e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "geojson-modelica-translator" -version = "0.9.1-rc2" +version = "0.9.1" description = "Package for converting GeoJSON to Modelica models for urban scale analyses." authors = ["URBANopt DES Team "] license = "BSD-4-Clause"