From b585ba00d9a3c9709f603b0171d56f2f40d6d542 Mon Sep 17 00:00:00 2001 From: Bill Becker Date: Thu, 4 Jan 2024 16:31:09 -0700 Subject: [PATCH] Update to new version v0.39.1 --- CHANGELOG.md | 2 +- Project.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8444f3d7..6e4d05b91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,7 +23,7 @@ Classify the change according to the following categories: ### Deprecated ### Removed -## Develop 2023-12-16 +## v0.39.1 ### Changed - Changed testing suite from using Xpress to using HiGHS, an open-source solver. This has led to a reduction in the number of tests due to incompatibility with indicator constraints. ### Fixed diff --git a/Project.toml b/Project.toml index 9eb04aff6..af67a647f 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "REopt" uuid = "d36ad4e8-d74a-4f7a-ace1-eaea049febf6" authors = ["Nick Laws", "Hallie Dunham ", "Bill Becker ", "Bhavesh Rathod ", "Alex Zolan ", "Amanda Farthing "] -version = "0.39.0" +version = "0.39.1" [deps] ArchGDAL = "c9ce4bd3-c3d5-55b8-8973-c0e20141b8c3"