Skip to content

Commit

Permalink
Support GAP.jl 0.10 (#1242)
Browse files Browse the repository at this point in the history
* Support GAP.jl 0.10

* Bump Hecke
  • Loading branch information
fingolfin authored Oct 11, 2023
1 parent 41b61f3 commit a58c415
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,6 +1,6 @@
name = "Hecke"
uuid = "3e1990a7-5d81-5526-99ce-9ba3ff248f21"
version = "0.22.2"
version = "0.22.3"

[deps]
AbstractAlgebra = "c3fe647b-3220-5bb0-a1ea-a7954cac585d"
Expand Down Expand Up @@ -29,7 +29,7 @@ PolymakeExt = "Polymake"

[compat]
AbstractAlgebra = "^0.33.0"
GAP = "0.9.6"
GAP = "0.9.6, 0.10"
Nemo = "^0.37.0"
Polymake = "0.10, 0.11"
RandomExtensions = "0.4.3"
Expand Down

2 comments on commit a58c415

@thofma
Copy link
Owner

@thofma thofma commented on a58c415 Oct 11, 2023

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/93237

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

Please sign in to comment.