We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 344ccf7 commit 8effd6cCopy full SHA for 8effd6c
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# BusInjectionModel Change log
2
3
-## dev Add MultiPhase models
+## v0.1.1
4
- add multiphase rectangular model
5
6
## v0.1.0 First release
Project.toml
@@ -1,15 +1,15 @@
name = "BusInjectionModel"
uuid = "20cea600-32a0-4edf-8dad-2de078d2a706"
authors = ["Nick Laws <[email protected]> and contributors"]
-version = "0.1.0"
+version = "0.1.1"
[deps]
7
CommonOPF = "dad7ea18-2b21-482e-81c1-e84414cc4b03"
8
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
9
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
10
11
[compat]
12
-CommonOPF = "0.4"
+CommonOPF = "0.4.5"
13
JuMP = "1"
14
julia = "1.10"
15
0 commit comments