Skip to content

Commit

Permalink
Version 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Jan 9, 2025
1 parent db7f7d3 commit 31c7819
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changes in GAP.jl

## Version 0.13.0-DEV (released YYYY-MM-DD)
## Version 0.13.0 (released 2025-01-09)

- **Breaking:** Update to GAP 4.14.0
- **Breaking:** Require `gap_to_julia` methods to handle `recursive`
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "GAP"
uuid = "c863536a-3901-11e9-33e7-d5cd0df7b904"
authors = ["Thomas Breuer <[email protected]>", "Sebastian Gutsche <[email protected]>", "Max Horn <[email protected]>"]
version = "0.13.0-DEV"
version = "0.13.0"

[deps]
AbstractAlgebra = "c3fe647b-3220-5bb0-a1ea-a7954cac585d"
Expand Down
2 changes: 1 addition & 1 deletion gap/systemfile.g
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ end);
# early enough for being required by other GAP packages,
# and such that it is available when user files get read
# via the GAP command line.
deps := [ [ "JuliaInterface", ">=0.13.0-DEV" ] ];
deps := [ [ "JuliaInterface", ">=0.13.0" ] ];
if not IsBound(GAPInfo.KernelInfo.ENVIRONMENT.GAP_BARE_DEPS) then
APPEND_LIST_INTR( deps, GAPInfo.Dependencies.NeededOtherPackages );
fi;
Expand Down
4 changes: 2 additions & 2 deletions pkg/JuliaExperimental/PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ SetPackageInfo( rec(

PackageName := "JuliaExperimental",
Subtitle := "Experimental code for the GAP Julia integration",
Version := "0.13.0-DEV",
Date := "09/12/2024", # dd/mm/yyyy format
Version := "0.13.0",
Date := "09/01/2025", # dd/mm/yyyy format
License := "GPL-2.0-or-later",

Persons := [
Expand Down
4 changes: 2 additions & 2 deletions pkg/JuliaInterface/PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ SetPackageInfo( rec(

PackageName := "JuliaInterface",
Subtitle := "Interface to Julia",
Version := "0.13.0-DEV",
Date := "09/12/2024", # dd/mm/yyyy format
Version := "0.13.0",
Date := "09/01/2025", # dd/mm/yyyy format
License := "GPL-2.0-or-later",

Persons := [
Expand Down

0 comments on commit 31c7819

Please sign in to comment.