Skip to content

Commit

Permalink
bump version (0.9.3), update NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
rschwarz committed Mar 2, 2020
1 parent 0819659 commit 83438a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## v0.9.3

- add support for VariablePrimalStart [#138](https://github.com/SCIP-Interfaces/SCIP.jl/pull/138)
- fix indicator constraints [#137](https://github.com/SCIP-Interfaces/SCIP.jl/pull/137)

## v0.9.2

Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "SCIP"
uuid = "82193955-e24f-5292-bf16-6f2c5261a85f"
version = "0.9.2"
version = "0.9.3"

[deps]
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
Expand Down

2 comments on commit 83438a5

@rschwarz
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@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/10430

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.9.3 -m "<description of version>" 83438a57c4533b80a4547f738124111baffba07e
git push origin v0.9.3

Please sign in to comment.