From ea05e8d8c16ca0ca95eae5d6eba4e256534cf89d Mon Sep 17 00:00:00 2001 From: Juan Ospina Date: Fri, 3 Mar 2023 12:17:28 -0700 Subject: [PATCH] v0.7.7 Release Prep. --- CHANGELOG.md | 4 ++++ Project.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ba658e..d21b9e1 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## staged +- none. + +## v0.7.7 + - Bumped PMITD compatibility of `PMD` to the latest versions (i.e., v0.14.7). - Added journal citing information to `README.md`. - Added journal citing information to `index` in docs. diff --git a/Project.toml b/Project.toml index 359343e..556da9a 100755 --- a/Project.toml +++ b/Project.toml @@ -2,7 +2,7 @@ name = "PowerModelsITD" uuid = "615c3f80-b0cb-4ecd-88fe-27bee056c380" authors = ["Juan Ospina", "David M Fobes"] repo = "https://github.com/lanl-ansi/PowerModelsITD.jl.git" -version = "0.7.6" +version = "0.7.7" [deps] InfrastructureModels = "2030c09a-7f63-5d83-885d-db604e0e9cc0"