Skip to content

Commit

Permalink
bump memento version and prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ccoffrin committed Mar 20, 2020
1 parent 19418dc commit ee639a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ PowerModelsAnnex.jl Change Log
### Staged
- nothing

### v0.4.2
- Add support for Memento v0.13, v1.0

### v0.4.1
- Add support for JuMP v0.21
- Drop Manifest.toml (#57)
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = "PowerModelsAnnex"
uuid = "6e471128-d39d-5672-b02b-a742bd1b77ed"
authors = ["Carleton Coffrin, et. al."]
repo = "https://github.com/lanl-ansi/PowerModelsAnnex.jl"
version = "0.4.1"
version = "0.4.2"

[deps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Expand All @@ -20,7 +20,7 @@ DataFrames = "~0.19, ~0.20"
InfrastructureModels = "~0.4"
JuMP = "~0.19.1, ~0.20, ~0.21"
MathOptInterface = "~0.7, ~0.8, ~0.9"
Memento = "~0.10, ~0.11, ~0.12"
Memento = "~0.10, ~0.11, ~0.12, ~0.13, ~1.0"
Missings = "~0.3, ~0.4"
PowerModels = "~0.15"
PowerSystemsUnits = "~0.2"
Expand Down

0 comments on commit ee639a5

Please sign in to comment.