Skip to content

Commit

Permalink
Merge pull request #324 from oscar-system/bump020
Browse files Browse the repository at this point in the history
bump polymake to 4.2 and libpolymake_julia to 0.2
  • Loading branch information
benlorenz authored Oct 18, 2020
2 parents d74e965 + c0111be commit 98afdcc
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
Expand Up @@ -26,8 +26,8 @@ JSON = "^0.20, ^0.21"
Mongoc = "~0.5.0, ~0.6.0"
Perl_jll = "=5.30.3"
julia = "^1.3"
libpolymake_julia_jll = "~0.1.2"
polymake_jll = "~4.1.0"
libpolymake_julia_jll = "~0.2.0"
polymake_jll = "~4.2.0"

[extras]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Expand Down
2 changes: 1 addition & 1 deletion src/Polymake.jl
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ using Perl_jll
using Ninja_jll
using libpolymake_julia_jll

const jlpolymake_version_range = (v"0.1.2", v"0.2")
const jlpolymake_version_range = (v"0.2.0", v"0.3")

struct PolymakeError <: Exception
msg
Expand Down

2 comments on commit 98afdcc

@benlorenz
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()

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

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.5.1 -m "<description of version>" 98afdccec4e1d888fa7793b0870e60c8872e95f4
git push origin v0.5.1

Please sign in to comment.