diff --git a/CHANGELOG.md b/CHANGELOG.md index 962d601..6e4c18d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.1.4 (2024-03-12) + +### Fix + +- Remove whitespace from timestamp (due to CPLEX file path issue) + ## 0.1.3 (2024-03-12) ### Fix diff --git a/pyproject.toml b/pyproject.toml index c5df3a3..75504ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name="resolve" description="Resolve capacity expansion model." -version="0.1.3" +version="0.1.4" authors=[ { name = "Energy and Environmental Economics, Inc." } ]