From 4742a3f27acd6424e7eb9f16d88c760381a4f151 Mon Sep 17 00:00:00 2001 From: Sam Dotson Date: Thu, 3 Oct 2024 20:51:40 -0400 Subject: [PATCH] updates osier version --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69e6984..339515a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.1] - 2024-10-03 +### Fixed +- Migrates the `setup.py` to a `pyproject.toml` configuration file. +- Updates tests to automatically use the `coincbc` solver. + + ## [0.3.0] - 2024-04-04 ### Added - Adds tests and examples diff --git a/pyproject.toml b/pyproject.toml index 2e6464a..ba361a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name="osier" -version = "0.3.0" +version = "0.3.1" description = "osier: A justice oriented energy system optimization tool" readme = "README.md" keywords = ["energy systems", "optimization", "multi-objective", "justice", "multi-criteria decision"]