Skip to content

Commit

Permalink
Merge pull request #69 from samgdotson/0.3.1
Browse files Browse the repository at this point in the history
Ok, I see you've added this change in #70, merging to defer changes to that PR.
  • Loading branch information
nsryan2 authored Oct 7, 2024
2 parents 7e6481e + 4742a3f commit a14b673
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit a14b673

Please sign in to comment.