From b7efd710459921a7012e2a70202358092fd89115 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 5 Feb 2023 12:45:01 +0100 Subject: [PATCH] Version 0.9.3 --- CHANGES.md | 2 +- Project.toml | 2 +- gap/systemfile.g | 2 +- pkg/JuliaExperimental/PackageInfo.g | 6 +++--- pkg/JuliaInterface/PackageInfo.g | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 5997bd13..28ddbfd6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ # Changes in GAP.jl -## Version 0.9.3-DEV (released YYYY-MM-DD) +## Version 0.9.3 (released 2023-02-05) - Update package archives to a newer version (corresponding to GAP 4.12.2 plus some updates). Among other things this should fix troubles using GAP.jl diff --git a/Project.toml b/Project.toml index f6412e72..ebbefa2f 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "GAP" uuid = "c863536a-3901-11e9-33e7-d5cd0df7b904" authors = ["Thomas Breuer ", "Sebastian Gutsche ", "Max Horn "] -version = "0.9.3-DEV" +version = "0.9.3" [deps] Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6" diff --git a/gap/systemfile.g b/gap/systemfile.g index 4114b275..00a6a809 100644 --- a/gap/systemfile.g +++ b/gap/systemfile.g @@ -6,7 +6,7 @@ # and such that it is available when user files get read # via the GAP command line. deps:= SHALLOW_COPY_OBJ( GAPInfo.Dependencies.NeededOtherPackages ); - APPEND_LIST_INTR( deps, [ [ "JuliaInterface", ">=0.9.3-DEV" ] ] ); + APPEND_LIST_INTR( deps, [ [ "JuliaInterface", ">=0.9.3" ] ] ); GAPInfo.Dependencies:= MakeImmutable( rec( NeededOtherPackages:= deps ) ); # force the --norepl option to be on diff --git a/pkg/JuliaExperimental/PackageInfo.g b/pkg/JuliaExperimental/PackageInfo.g index 6b01f5c4..ab893ecb 100644 --- a/pkg/JuliaExperimental/PackageInfo.g +++ b/pkg/JuliaExperimental/PackageInfo.g @@ -10,8 +10,8 @@ SetPackageInfo( rec( PackageName := "JuliaExperimental", Subtitle := "Experimental code for the GAP Julia integration", -Version := "0.9.3-DEV", -Date := "02/12/2022", # dd/mm/yyyy format +Version := "0.9.3", +Date := "05/02/2023", # dd/mm/yyyy format License := "GPL-2.0-or-later", Persons := [ @@ -81,7 +81,7 @@ PackageDoc := rec( Dependencies := rec( GAP := ">= 4.11", NeededOtherPackages := [ ], - OtherPackagesLoadedInAdvance := [ [ "JuliaInterface", ">=0.9.3-DEV" ] ], + OtherPackagesLoadedInAdvance := [ [ "JuliaInterface", ">=0.9.3" ] ], SuggestedOtherPackages := [ ], ExternalConditions := [ ], ), diff --git a/pkg/JuliaInterface/PackageInfo.g b/pkg/JuliaInterface/PackageInfo.g index 52126f07..ea5c5e83 100644 --- a/pkg/JuliaInterface/PackageInfo.g +++ b/pkg/JuliaInterface/PackageInfo.g @@ -10,8 +10,8 @@ SetPackageInfo( rec( PackageName := "JuliaInterface", Subtitle := "Interface to Julia", -Version := "0.9.3-DEV", -Date := "02/12/2022", # dd/mm/yyyy format +Version := "0.9.3", +Date := "05/02/2023", # dd/mm/yyyy format License := "GPL-2.0-or-later", Persons := [