Skip to content

Commit

Permalink
Merge pull request #497 from oscar-system/bl/aa43
Browse files Browse the repository at this point in the history
allow abstractalgebra 0.43
  • Loading branch information
benlorenz authored Sep 18, 2024
2 parents f4dae70 + f291096 commit 2c47775
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,7 +1,7 @@
name = "Polymake"
uuid = "d720cf60-89b5-51f5-aff5-213f193123e7"
repo = "https://github.com/oscar-system/Polymake.jl.git"
version = "0.11.20"
version = "0.11.21"

[deps]
AbstractAlgebra = "c3fe647b-3220-5bb0-a1ea-a7954cac585d"
Expand All @@ -26,7 +26,7 @@ polymake_jll = "7c209550-9012-526c-9264-55ba7a78ba2c"
polymake_oscarnumber_jll = "10f31823-b687-53e6-9f29-edb9d4da9f9f"

[compat]
AbstractAlgebra = "~0.40.8, ~0.41, ~0.42"
AbstractAlgebra = "~0.40.8, ~0.41, ~0.42, ~0.43"
BinaryWrappers = "~0.1.0"
CxxWrap = "~0.14"
Downloads = "^1.4"
Expand Down

2 comments on commit 2c47775

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

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

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 v0.11.21 -m "<description of version>" 2c477754b99283f3ed2584e885b1ba11706b1746
git push origin v0.11.21

Please sign in to comment.