Skip to content

Commit

Permalink
Merge pull request #10 from ait-energy/dev
Browse files Browse the repository at this point in the history
Update version compat bounds for IESoptLib
  • Loading branch information
sstroemer authored Jun 18, 2024
2 parents 0870182 + 0ab2e2d commit 6f92914
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "IESopt"
uuid = "ed3f0a38-8ad9-4cf8-877e-929e8d190fe9"
version = "1.0.2"
version = "1.0.3"

[deps]
ArgCheck = "dce04be8-c92d-5529-be00-80e4d2c0e197"
Expand Down Expand Up @@ -54,7 +54,7 @@ Dates = "<0.0.1,1"
GLPK = "1.2.1"
Gurobi = "1.3.0"
HiGHS = "1.9"
IESoptLib = "0.1.0"
IESoptLib = "0.1, 0.2"
Ipopt = "1.6.2"
JLD2 = "0.4"
JSON = "0.21"
Expand Down

2 comments on commit 6f92914

@sstroemer
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release notes:

Relax version requirements on IESoptLib to include all v0.2.z versions.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/109307

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.0.3 -m "<description of version>" 6f929140b9d2466b037574b4022d4f86ec8506c6
git push origin v1.0.3

Please sign in to comment.