Skip to content

Commit

Permalink
Prep for v0.4.2 release (#92)
Browse files Browse the repository at this point in the history
* Prep for v0.4.2 release

* Update compat bonds for InfrastructureModels.jl and Graphs.jl
  • Loading branch information
noahrhodes authored Jan 12, 2022
1 parent 954f65a commit f0d778d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PowerPlots.jl Change Log
========================
### Staged
### v0.4.2
- Add support for plotting 3-phase grid data
- Add support for multinetwork plots

Expand Down
8 changes: 4 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "PowerPlots"
uuid = "229d1e32-5c67-4c9a-a884-d6a3a7f23cfa"
authors = ["Noah Rhodes"]
version = "0.4.1"
version = "0.4.2"

[deps]
ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4"
Expand All @@ -27,15 +27,15 @@ ColorSchemes = "~3"
Colors = "~0.12"
DataFrames = "~0.21, ~0.22, ~1"
GeometryBasics = "~0.3, ~0.4"
Graphs = "~1.4"
InfrastructureModels = "~0.5, ~0.6"
Graphs = "~1"
InfrastructureModels = "~0.5, ~0.6, ~0.7"
Ipopt = ">= 0.4"
Memento = "~1"
NLopt = "~0.6"
NetworkLayout = "~0.4"
OrderedCollections = "~1"
PowerModels = "~0.17, ~0.18, ~0.19"
PowerModelsDistribution = "~0.11,0.12,0.13"
PowerModelsDistribution = "~0.11,~0.12,~0.13"
RecursiveArrayTools = "~2"
Setfield = "~0.7"
VegaLite = "^2.0"
Expand Down

0 comments on commit f0d778d

Please sign in to comment.