Skip to content

Commit

Permalink
v0.3.11 (#610)
Browse files Browse the repository at this point in the history
* v0.3.11

* rm ColunaDemos & KnapsackLib
  • Loading branch information
guimarqu authored Oct 9, 2021
1 parent ee59439 commit 2609678
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Coluna"
uuid = "88b4ec78-b192-11e8-04aa-4d367dd96a64"
authors = ["François Vanderbeck", "Guillaume Marques", "Vitor Nesello", "Ruslan Sadykov"]
version = "0.3.10"
version = "0.3.11"

[deps]
BlockDecomposition = "6cde8614-403a-11e9-12f1-c10d0f0caca0"
Expand All @@ -19,7 +19,7 @@ TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
[compat]
BlockDecomposition = "~1.4"
DataStructures = "0.17, 0.18"
DynamicSparseArrays = "0.5"
DynamicSparseArrays = "0.5.2"
MathOptInterface = "~0.9.10"
Parameters = "0.12"
TimerOutputs = "0.5"
Expand Down
2 changes: 1 addition & 1 deletion src/optimize.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function _welcome_message()
welcome = """
Coluna
Version 0.3.10 | 2021-09-07 | https://github.com/atoptima/Coluna.jl
Version 0.3.11 | 2021-10-09 | https://github.com/atoptima/Coluna.jl
"""
print(welcome)
end
Expand Down

2 comments on commit 2609678

@guimarqu
Copy link
Contributor 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/46415

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 v0.3.11 -m "<description of version>" 26096782491058bdf8b2fa79a94caeb52b29a5a8
git push origin v0.3.11

Please sign in to comment.