diff --git a/ActionsForCAP/PackageInfo.g b/ActionsForCAP/PackageInfo.g index ec62d2171c..00c9391e03 100644 --- a/ActionsForCAP/PackageInfo.g +++ b/ActionsForCAP/PackageInfo.g @@ -10,7 +10,7 @@ SetPackageInfo( rec( PackageName := "ActionsForCAP", Subtitle := "Actions and Coactions for CAP", -Version := "2024.09-02", +Version := "2025.08-01", 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", @@ -21,7 +21,7 @@ Persons := [ FirstNames := "Sebastian", LastName := "Gutsche", WWWHome := "http://wwwb.math.rwth-aachen.de/~gutsche", - Email := "gutsche@mathematik.uni-kl.de", + Email := "sebastian.gutsche@gmail.com", Place := "Kaiserslautern", Institution := "TU Kaiserslautern", ), diff --git a/AdditiveClosuresForCAP/PackageInfo.g b/AdditiveClosuresForCAP/PackageInfo.g index 5eacd2050b..88d6a495dc 100644 --- a/AdditiveClosuresForCAP/PackageInfo.g +++ b/AdditiveClosuresForCAP/PackageInfo.g @@ -10,7 +10,7 @@ SetPackageInfo( rec( PackageName := "AdditiveClosuresForCAP", Subtitle := "Additive closures for pre-additive categories", -Version := "2025.08-03", +Version := "2025.08-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", @@ -21,7 +21,7 @@ Persons := [ FirstNames := "Sebastian", LastName := "Posur", WWWHome := "https://sebastianpos.github.io", - Email := "sebastian.posur@uni-siegen.de", + Email := "sebastian.posur@uni-muenster.de", PostalAddress := Concatenation( "Department Mathematik\n", "Universität Siegen\n", @@ -37,7 +37,7 @@ Persons := [ FirstNames := "Martin", LastName := "Bies", WWWHome := "https://www.ulb.ac.be/sciences/ptm/pmif/people.html", - Email := "martin.bies@alumni.uni-heidelberg.de", + Email := "martin.bies@rptu.de", PostalAddress := Concatenation( "Physique Théorique et Mathématique \n", "Université Libre de Bruxelles \n", @@ -84,7 +84,7 @@ Persons := [ FirstNames := "Fabian", LastName := "Zickgraf", WWWHome := "https://github.com/zickgraf/", - Email := "fabian.zickgraf@uni-siegen.de", + Email := "f.zickgraf@dashdos.com", PostalAddress := Concatenation( "Walter-Flex-Str. 3\n", "57068 Siegen\n", diff --git a/AttributeCategoryForCAP/PackageInfo.g b/AttributeCategoryForCAP/PackageInfo.g index a734bb14d6..611569e3c3 100644 --- a/AttributeCategoryForCAP/PackageInfo.g +++ b/AttributeCategoryForCAP/PackageInfo.g @@ -10,7 +10,7 @@ SetPackageInfo( rec( PackageName := "AttributeCategoryForCAP", Subtitle := "Automatic enhancement with attributes of a CAP category", -Version := "2025.02-01", +Version := "2025.08-01", 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", @@ -21,7 +21,7 @@ Persons := [ FirstNames := "Sebastian", LastName := "Posur", WWWHome := "https://sebastianpos.github.io", - Email := "sebastian.posur@uni-siegen.de", + Email := "sebastian.posur@uni-muenster.de", PostalAddress := Concatenation( "Department Mathematik\n", "Universität Siegen\n", diff --git a/CAP/PackageInfo.g b/CAP/PackageInfo.g index 5c34e24fee..087ba72c47 100644 --- a/CAP/PackageInfo.g +++ b/CAP/PackageInfo.g @@ -10,7 +10,7 @@ SetPackageInfo( rec( PackageName := "CAP", Subtitle := "Categories, Algorithms, Programming", -Version := "2025.08-02", +Version := "2025.08-03", 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", @@ -21,7 +21,7 @@ Persons := [ FirstNames := "Sebastian", LastName := "Gutsche", WWWHome := "https://sebasguts.github.io/", - Email := "gutsche@mathematik.uni-siegen.de", + Email := "sebastian.gutsche@gmail.com", PostalAddress := Concatenation( "Department Mathematik\n", "Universität Siegen\n", @@ -37,7 +37,7 @@ Persons := [ FirstNames := "Sebastian", LastName := "Posur", WWWHome := "https://sebastianpos.github.io", - Email := "sebastian.posur@uni-siegen.de", + Email := "sebastian.posur@uni-muenster.de", PostalAddress := Concatenation( "Department Mathematik\n", "Universität Siegen\n", @@ -68,7 +68,7 @@ Persons := [ FirstNames := "Fabian", LastName := "Zickgraf", WWWHome := "https://github.com/zickgraf/", - Email := "fabian.zickgraf@uni-siegen.de", + Email := "f.zickgraf@dashdos.com", PostalAddress := Concatenation( "Walter-Flex-Str. 3\n", "57068 Siegen\n", diff --git a/CartesianCategories/PackageInfo.g b/CartesianCategories/PackageInfo.g index 3c6e9efa2b..c6ada9fa94 100644 --- a/CartesianCategories/PackageInfo.g +++ b/CartesianCategories/PackageInfo.g @@ -10,7 +10,7 @@ SetPackageInfo( rec( PackageName := "CartesianCategories", Subtitle := "Cartesian and cocartesian categories and various subdoctrines", -Version := "2025.07-07", +Version := "2025.08-01", Date := ~.Version{[ 1 .. 10 ]}, 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", @@ -36,7 +36,7 @@ Persons := [ FirstNames := "Fabian", LastName := "Zickgraf", WWWHome := "https://github.com/zickgraf/", - Email := "fabian.zickgraf@uni-siegen.de", + Email := "f.zickgraf@dashdos.com", PostalAddress := Concatenation( "Walter-Flex-Str. 3\n", "57068 Siegen\n", diff --git a/CompilerForCAP/PackageInfo.g b/CompilerForCAP/PackageInfo.g index 47ef281fe3..1cbcea2006 100644 --- a/CompilerForCAP/PackageInfo.g +++ b/CompilerForCAP/PackageInfo.g @@ -10,7 +10,7 @@ SetPackageInfo( rec( PackageName := "CompilerForCAP", Subtitle := "Speed up and verify categorical algorithms", -Version := "2025.07-01", +Version := "2025.08-01", 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", @@ -21,7 +21,7 @@ Persons := [ FirstNames := "Fabian", LastName := "Zickgraf", WWWHome := "https://github.com/zickgraf/", - Email := "fabian.zickgraf@uni-siegen.de", + Email := "f.zickgraf@dashdos.com", PostalAddress := Concatenation( "Walter-Flex-Str. 3\n", "57068 Siegen\n", diff --git a/FreydCategoriesForCAP/PackageInfo.g b/FreydCategoriesForCAP/PackageInfo.g index 95a421a20f..28d9375c4c 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 := "2025.08-01", +Version := "2025.08-02", 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", @@ -21,7 +21,7 @@ Persons := [ FirstNames := "Sebastian", LastName := "Posur", WWWHome := "https://sebastianpos.github.io", - Email := "sebastian.posur@uni-siegen.de", + Email := "sebastian.posur@uni-muenster.de", PostalAddress := Concatenation( "Department Mathematik\n", "Universität Siegen\n", @@ -37,7 +37,7 @@ Persons := [ FirstNames := "Martin", LastName := "Bies", WWWHome := "https://www.ulb.ac.be/sciences/ptm/pmif/people.html", - Email := "martin.bies@alumni.uni-heidelberg.de", + Email := "martin.bies@rptu.de", PostalAddress := Concatenation( "Physique Théorique et Mathématique \n", "Université Libre de Bruxelles \n", @@ -54,7 +54,7 @@ Persons := [ FirstNames := "Fabian", LastName := "Zickgraf", WWWHome := "https://github.com/zickgraf/", - Email := "fabian.zickgraf@uni-siegen.de", + Email := "f.zickgraf@dashdos.com", PostalAddress := Concatenation( "Walter-Flex-Str. 3\n", "57068 Siegen\n", diff --git a/GeneralizedMorphismsForCAP/PackageInfo.g b/GeneralizedMorphismsForCAP/PackageInfo.g index b1d82e28fa..efa3ce005a 100644 --- a/GeneralizedMorphismsForCAP/PackageInfo.g +++ b/GeneralizedMorphismsForCAP/PackageInfo.g @@ -10,7 +10,7 @@ SetPackageInfo( rec( PackageName := "GeneralizedMorphismsForCAP", Subtitle := "Implementations of generalized morphisms for the CAP project", -Version := "2025.07-01", +Version := "2025.08-01", 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", @@ -21,7 +21,7 @@ Persons := [ FirstNames := "Sebastian", LastName := "Gutsche", WWWHome := "https://sebasguts.github.io/", - Email := "gutsche@mathematik.uni-siegen.de", + Email := "sebastian.gutsche@gmail.com", PostalAddress := Concatenation( "Department Mathematik\n", "Universität Siegen\n", @@ -37,7 +37,7 @@ Persons := [ FirstNames := "Sebastian", LastName := "Posur", WWWHome := "https://sebastianpos.github.io", - Email := "sebastian.posur@uni-siegen.de", + Email := "sebastian.posur@uni-muenster.de", PostalAddress := Concatenation( "Department Mathematik\n", "Universität Siegen\n", diff --git a/GradedModulePresentationsForCAP/PackageInfo.g b/GradedModulePresentationsForCAP/PackageInfo.g index 85f421e5f1..a0b517b81e 100644 --- a/GradedModulePresentationsForCAP/PackageInfo.g +++ b/GradedModulePresentationsForCAP/PackageInfo.g @@ -10,7 +10,7 @@ SetPackageInfo( rec( PackageName := "GradedModulePresentationsForCAP", Subtitle := "Presentations for graded modules", -Version := "2025.08-01", +Version := "2025.08-02", 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", @@ -21,7 +21,7 @@ Persons := [ FirstNames := "Sebastian", LastName := "Gutsche", WWWHome := "https://sebasguts.github.io", - Email := "gutsche@mathematik.uni-siegen.de", + Email := "sebastian.gutsche@gmail.com", PostalAddress := Concatenation( "Department Mathematik\n", "Universität Siegen\n", diff --git a/GroupRepresentationsForCAP/PackageInfo.g b/GroupRepresentationsForCAP/PackageInfo.g index f2d7e43c4f..bc270f6806 100644 --- a/GroupRepresentationsForCAP/PackageInfo.g +++ b/GroupRepresentationsForCAP/PackageInfo.g @@ -10,7 +10,7 @@ SetPackageInfo( rec( PackageName := "GroupRepresentationsForCAP", Subtitle := "Skeletal category of group representations for CAP", -Version := "2025.08-01", +Version := "2025.08-02", 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", @@ -21,7 +21,7 @@ Persons := [ FirstNames := "Sebastian", LastName := "Posur", WWWHome := "https://sebastianpos.github.io", - Email := "sebastian.posur@uni-siegen.de", + Email := "sebastian.posur@uni-muenster.de", PostalAddress := Concatenation( "Department Mathematik\n", "Universität Siegen\n", diff --git a/GroupsAsCategoriesForCAP/PackageInfo.g b/GroupsAsCategoriesForCAP/PackageInfo.g index e6c1a84d4a..5427c1982f 100644 --- a/GroupsAsCategoriesForCAP/PackageInfo.g +++ b/GroupsAsCategoriesForCAP/PackageInfo.g @@ -10,7 +10,7 @@ SetPackageInfo( rec( PackageName := "GroupsAsCategoriesForCAP", Subtitle := "Groups as categories on one object", -Version := "2025.07-02", +Version := "2025.08-01", 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", @@ -21,7 +21,7 @@ Persons := [ FirstNames := "Sebastian", LastName := "Posur", WWWHome := "https://sebastianpos.github.io", - Email := "sebastian.posur@uni-siegen.de", + Email := "sebastian.posur@uni-muenster.de", PostalAddress := Concatenation( "Department Mathematik\n", "Universität Siegen\n", @@ -37,7 +37,7 @@ Persons := [ FirstNames := "Fabian", LastName := "Zickgraf", WWWHome := "https://github.com/zickgraf/", - Email := "fabian.zickgraf@uni-siegen.de", + Email := "f.zickgraf@dashdos.com", PostalAddress := Concatenation( "Walter-Flex-Str. 3\n", "57068 Siegen\n", diff --git a/InternalExteriorAlgebraForCAP/PackageInfo.g b/InternalExteriorAlgebraForCAP/PackageInfo.g index 41ed98359d..381cfebc4c 100644 --- a/InternalExteriorAlgebraForCAP/PackageInfo.g +++ b/InternalExteriorAlgebraForCAP/PackageInfo.g @@ -10,7 +10,7 @@ SetPackageInfo( rec( PackageName := "InternalExteriorAlgebraForCAP", Subtitle := "Constructions for Modules over the Internal Exterior Algebra for CAP", -Version := "2024.04-01", +Version := "2025.08-01", 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", @@ -21,7 +21,7 @@ Persons := [ FirstNames := "Sebastian", LastName := "Posur", WWWHome := "https://sebastianpos.github.io", - Email := "sebastian.posur@uni-siegen.de", + Email := "sebastian.posur@uni-muenster.de", PostalAddress := Concatenation( "Department Mathematik\n", "Universität Siegen\n", diff --git a/LinearAlgebraForCAP/PackageInfo.g b/LinearAlgebraForCAP/PackageInfo.g index dea32afe46..301801e23e 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 := "2025.08-01", +Version := "2025.08-02", 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", @@ -21,7 +21,7 @@ Persons := [ FirstNames := "Sebastian", LastName := "Gutsche", WWWHome := "https://sebasguts.github.io/", - Email := "gutsche@mathematik.uni-siegen.de", + Email := "sebastian.gutsche@gmail.com", PostalAddress := Concatenation( "Department Mathematik\n", "Universität Siegen\n", @@ -37,7 +37,7 @@ Persons := [ FirstNames := "Sebastian", LastName := "Posur", WWWHome := "https://sebastianpos.github.io", - Email := "sebastian.posur@uni-siegen.de", + Email := "sebastian.posur@uni-muenster.de", PostalAddress := Concatenation( "Department Mathematik\n", "Universität Siegen\n", @@ -53,7 +53,7 @@ Persons := [ FirstNames := "Fabian", LastName := "Zickgraf", WWWHome := "https://github.com/zickgraf/", - Email := "fabian.zickgraf@uni-siegen.de", + Email := "f.zickgraf@dashdos.com", PostalAddress := Concatenation( "Walter-Flex-Str. 3\n", "57068 Siegen\n", diff --git a/LinearClosuresForCAP/PackageInfo.g b/LinearClosuresForCAP/PackageInfo.g index b59f15157e..1f30517b04 100644 --- a/LinearClosuresForCAP/PackageInfo.g +++ b/LinearClosuresForCAP/PackageInfo.g @@ -10,7 +10,7 @@ SetPackageInfo( rec( PackageName := "LinearClosuresForCAP", Subtitle := "Linear closures", -Version := "2025.08-03", +Version := "2025.08-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", @@ -21,7 +21,7 @@ Persons := [ FirstNames := "Sebastian", LastName := "Posur", WWWHome := "https://sebastianpos.github.io", - Email := "sebastian.posur@uni-siegen.de", + Email := "sebastian.posur@uni-muenster.de", PostalAddress := Concatenation( "Department Mathematik\n", "Universität Siegen\n", @@ -51,7 +51,7 @@ Persons := [ FirstNames := "Fabian", LastName := "Zickgraf", WWWHome := "https://github.com/zickgraf/", - Email := "fabian.zickgraf@uni-siegen.de", + Email := "f.zickgraf@dashdos.com", PostalAddress := Concatenation( "Walter-Flex-Str. 3\n", "57068 Siegen\n", diff --git a/ModulePresentationsForCAP/PackageInfo.g b/ModulePresentationsForCAP/PackageInfo.g index d45fff6a76..24aac4533d 100644 --- a/ModulePresentationsForCAP/PackageInfo.g +++ b/ModulePresentationsForCAP/PackageInfo.g @@ -10,7 +10,7 @@ SetPackageInfo( rec( PackageName := "ModulePresentationsForCAP", Subtitle := "Category R-pres for CAP", -Version := "2025.08-01", +Version := "2025.08-02", 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", @@ -21,7 +21,7 @@ Persons := [ FirstNames := "Sebastian", LastName := "Gutsche", WWWHome := "https://sebasguts.github.io/", - Email := "gutsche@mathematik.uni-siegen.de", + Email := "sebastian.gutsche@gmail.com", PostalAddress := Concatenation( "Department Mathematik\n", "Universität Siegen\n", @@ -37,7 +37,7 @@ Persons := [ FirstNames := "Sebastian", LastName := "Posur", WWWHome := "https://sebastianpos.github.io", - Email := "sebastian.posur@uni-siegen.de", + Email := "sebastian.posur@uni-muenster.de", PostalAddress := Concatenation( "Department Mathematik\n", "Universität Siegen\n", @@ -53,7 +53,7 @@ Persons := [ FirstNames := "Fabian", LastName := "Zickgraf", WWWHome := "https://github.com/zickgraf/", - Email := "fabian.zickgraf@uni-siegen.de", + Email := "f.zickgraf@dashdos.com", PostalAddress := Concatenation( "Walter-Flex-Str. 3\n", "57068 Siegen\n", diff --git a/ModulesOverLocalRingsForCAP/PackageInfo.g b/ModulesOverLocalRingsForCAP/PackageInfo.g index e45c6fd10d..f269f9d3ca 100644 --- a/ModulesOverLocalRingsForCAP/PackageInfo.g +++ b/ModulesOverLocalRingsForCAP/PackageInfo.g @@ -10,7 +10,7 @@ SetPackageInfo( rec( PackageName := "ModulesOverLocalRingsForCAP", Subtitle := "Category of modules over a local ring modeled by Serre quotients for CAP", -Version := "2024.04-01", +Version := "2025.08-01", 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", @@ -21,7 +21,7 @@ Persons := [ FirstNames := "Sebastian", LastName := "Posur", WWWHome := "https://sebastianpos.github.io", - Email := "sebastian.posur@uni-siegen.de", + Email := "sebastian.posur@uni-muenster.de", PostalAddress := Concatenation( "Department Mathematik\n", "Universität Siegen\n", diff --git a/MonoidalCategories/PackageInfo.g b/MonoidalCategories/PackageInfo.g index ed3e51c3d8..380e6b0bee 100644 --- a/MonoidalCategories/PackageInfo.g +++ b/MonoidalCategories/PackageInfo.g @@ -10,7 +10,7 @@ SetPackageInfo( rec( PackageName := "MonoidalCategories", Subtitle := "Monoidal and monoidal (co)closed categories", -Version := "2025.08-01", +Version := "2025.08-02", 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", @@ -35,7 +35,7 @@ Persons := [ FirstNames := "Sebastian", LastName := "Gutsche", WWWHome := "http://algebra.mathematik.uni-siegen.de/gutsche/", - Email := "gutsche@mathematik.uni-siegen.de", + Email := "sebastian.gutsche@gmail.com", PostalAddress := Concatenation( "Department Mathematik\n", "Universität Siegen\n", @@ -51,7 +51,7 @@ Persons := [ FirstNames := "Sebastian", LastName := "Posur", WWWHome := "http://algebra.mathematik.uni-siegen.de/posur/", - Email := "sebastian.posur@uni-siegen.de", + Email := "sebastian.posur@uni-muenster.de", PostalAddress := Concatenation( "Department Mathematik\n", "Universität Siegen\n", @@ -83,7 +83,7 @@ Persons := [ FirstNames := "Fabian", LastName := "Zickgraf", WWWHome := "https://github.com/zickgraf/", - Email := "fabian.zickgraf@uni-siegen.de", + Email := "f.zickgraf@dashdos.com", PostalAddress := Concatenation( "Walter-Flex-Str. 3\n", "57068 Siegen\n", diff --git a/ToricSheaves/PackageInfo.g b/ToricSheaves/PackageInfo.g index abb08ad083..04fff4079a 100644 --- a/ToricSheaves/PackageInfo.g +++ b/ToricSheaves/PackageInfo.g @@ -10,7 +10,7 @@ SetPackageInfo( rec( PackageName := "ToricSheaves", Subtitle := "Toric sheaves as Serre quotients", -Version := "2025.02-01", +Version := "2025.08-01", 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", @@ -21,7 +21,7 @@ Persons := [ FirstNames := "Sebastian", LastName := "Gutsche", WWWHome := "http://wwwb.math.rwth-aachen.de/~gutsche/", - Email := "gutsche@mathematik.uni-siegen.de", + Email := "sebastian.gutsche@gmail.com", PostalAddress := "TODO", Place := "Siegen", Institution := "Universitaet Siegen",