From 50e8e3dc9546e489d2e5ad36d33a922716b30321 Mon Sep 17 00:00:00 2001 From: Tom Kuhmichel Date: Tue, 17 Oct 2023 14:49:14 +0200 Subject: [PATCH] Bump versions and dependencies * CAP * Freyd * LinearAlgebra --- CAP/PackageInfo.g | 2 +- FreydCategoriesForCAP/PackageInfo.g | 6 +++--- LinearAlgebraForCAP/PackageInfo.g | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CAP/PackageInfo.g b/CAP/PackageInfo.g index 202a46ed96..c5883207ff 100644 --- a/CAP/PackageInfo.g +++ b/CAP/PackageInfo.g @@ -10,7 +10,7 @@ SetPackageInfo( rec( PackageName := "CAP", Subtitle := "Categories, Algorithms, Programming", -Version := "2023.10-06", +Version := "2023.10-07", Date := (function ( ) if IsBound( GAPInfo.SystemEnvironment.GAP_PKG_RELEASE_DATE ) then return GAPInfo.SystemEnvironment.GAP_PKG_RELEASE_DATE; else return Concatenation( ~.Version{[ 1 .. 4 ]}, "-", ~.Version{[ 6, 7 ]}, "-01" ); fi; end)( ), License := "GPL-2.0-or-later", diff --git a/FreydCategoriesForCAP/PackageInfo.g b/FreydCategoriesForCAP/PackageInfo.g index ea621f52ab..ec8c75a77d 100644 --- a/FreydCategoriesForCAP/PackageInfo.g +++ b/FreydCategoriesForCAP/PackageInfo.g @@ -10,7 +10,7 @@ SetPackageInfo( rec( PackageName := "FreydCategoriesForCAP", Subtitle := "Freyd categories - Formal (co)kernels for additive categories", -Version := "2023.10-05", +Version := "2023.10-06", Date := (function ( ) if IsBound( GAPInfo.SystemEnvironment.GAP_PKG_RELEASE_DATE ) then return GAPInfo.SystemEnvironment.GAP_PKG_RELEASE_DATE; else return Concatenation( ~.Version{[ 1 .. 4 ]}, "-", ~.Version{[ 6, 7 ]}, "-01" ); fi; end)( ), License := "GPL-2.0-or-later", @@ -87,10 +87,10 @@ PackageDoc := rec( Dependencies := rec( GAP := ">= 4.12.1", - NeededOtherPackages := [ [ "CAP", ">= 2023.10-04" ], + NeededOtherPackages := [ [ "CAP", ">= 2023.10-07" ], [ "MatricesForHomalg", ">= 2023.01-01" ], [ "GradedRingForHomalg", ">=2019.08.07" ], - [ "MonoidalCategories", ">= 2023.08-11" ], + [ "MonoidalCategories", ">= 2023.10-01" ], [ "GeneralizedMorphismsForCAP", ">= 2018.06.15" ] ], SuggestedOtherPackages := [ diff --git a/LinearAlgebraForCAP/PackageInfo.g b/LinearAlgebraForCAP/PackageInfo.g index d89d3fd4c1..8e6c5ba755 100644 --- a/LinearAlgebraForCAP/PackageInfo.g +++ b/LinearAlgebraForCAP/PackageInfo.g @@ -10,7 +10,7 @@ SetPackageInfo( rec( PackageName := "LinearAlgebraForCAP", Subtitle := "Category of Matrices over a Field for CAP", -Version := "2023.10-03", +Version := "2023.10-04", Date := (function ( ) if IsBound( GAPInfo.SystemEnvironment.GAP_PKG_RELEASE_DATE ) then return GAPInfo.SystemEnvironment.GAP_PKG_RELEASE_DATE; else return Concatenation( ~.Version{[ 1 .. 4 ]}, "-", ~.Version{[ 6, 7 ]}, "-01" ); fi; end)( ), License := "GPL-2.0-or-later", @@ -89,8 +89,8 @@ Dependencies := rec( NeededOtherPackages := [ [ "ToolsForHomalg", ">= 2015.09.18" ], [ "MatricesForHomalg", ">= 2023.01-01" ], [ "GaussForHomalg", ">= 2021.04-02" ], - [ "CAP", ">= 2023.10-04" ], - [ "MonoidalCategories", ">= 2023.08-11" ], + [ "CAP", ">= 2023.10-07" ], + [ "MonoidalCategories", ">= 2023.10-01" ], ], SuggestedOtherPackages := [ [ "FreydCategoriesForCAP", ">= 2022.12-02" ],