Skip to content

Commit

Permalink
Version 0.18.13, update to latest libsingular_julia_jll (#704)
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin authored Aug 25, 2023
1 parent a5f1f30 commit 8eaafd6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "Singular"
uuid = "bcd08a7b-43d2-5ff7-b6d4-c458787f915c"
version = "0.18.12"
version = "0.18.13"

[deps]
AbstractAlgebra = "c3fe647b-3220-5bb0-a1ea-a7954cac585d"
Expand All @@ -25,7 +25,7 @@ CxxWrap = "0.11, 0.12, 0.13"
Nemo = "0.33.0, 0.34.0, 0.35.0"
Pidfile = "1.3"
RandomExtensions = "0.4.2"
Singular_jll = "~403.206.600"
Singular_jll = "~403.207.700"
julia = "1.6"
lib4ti2_jll = "1.6.10"
libsingular_julia_jll = "~0.39.1"
libsingular_julia_jll = "~0.40.1"

2 comments on commit 8eaafd6

@fingolfin
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
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/90296

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.18.13 -m "<description of version>" 8eaafd6ebc21da317e7e97466308e8acda388d9f
git push origin v0.18.13

Please sign in to comment.