From 47b13bd2e0766153768115e053a5793e1f4dcd47 Mon Sep 17 00:00:00 2001 From: Carleton Coffrin Date: Fri, 4 Sep 2020 10:08:13 -0600 Subject: [PATCH] prep for release of v0.17.3 --- CHANGELOG.md | 3 +++ Project.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a74dd35f..8c176b85f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ PowerModels.jl Change Log ========================= ### Staged +- nothing + +### v0.17.3 - Added a to file variant of `export_matpower` - Improved `correct_bus_types!` support for undefined bus type values - Improved PSSE parser robustness to invalid `CZ`, `CW` and `CM` parameters in transformers diff --git a/Project.toml b/Project.toml index f4ca4f799..bccc68381 100644 --- a/Project.toml +++ b/Project.toml @@ -2,7 +2,7 @@ name = "PowerModels" uuid = "c36e90e8-916a-50a6-bd94-075b64ef4655" authors = ["Carleton Coffrin"] repo = "https://github.com/lanl-ansi/PowerModels.jl" -version = "0.17.2" +version = "0.17.3" [deps] InfrastructureModels = "2030c09a-7f63-5d83-885d-db604e0e9cc0"