Skip to content

Commit

Permalink
Merge pull request #354 from oscar-system/flintcompat
Browse files Browse the repository at this point in the history
prepare for new release using flint 2.8
  • Loading branch information
benlorenz authored Jul 30, 2021
2 parents f4db4d1 + 51e8649 commit d66db53
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Polymake"
uuid = "d720cf60-89b5-51f5-aff5-213f193123e7"
repo = "https://github.com/oscar-system/Polymake.jl.git"
version = "0.5.6"
version = "0.5.7"

[deps]
CxxWrap = "1f15a43c-97ca-5a2a-ae31-89f07a497df4"
Expand All @@ -21,12 +21,10 @@ polymake_jll = "7c209550-9012-526c-9264-55ba7a78ba2c"

[compat]
CxxWrap = "0.10.1, 0.11"
FLINT_jll = "~200.700.0"
JSON = "^0.20, ^0.21"
Mongoc = "~0.5.0, ~0.6.0"
Perl_jll = "=5.30.3"
julia = "^1.3"
libpolymake_julia_jll = "~0.4.110"
libpolymake_julia_jll = "~0.4.120"

[extras]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Expand Down

2 comments on commit d66db53

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

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.7 -m "<description of version>" d66db53c9dbc02550f3a1472ff60e8b275ff2099
git push origin v0.5.7

Please sign in to comment.