diff --git a/CHANGES.md b/CHANGES.md index 53ab83a..af544a5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,7 @@ # CHANGES log for the 'Utils' package +## Version 0.87dev for GAP 4.14.0 (03/01/25) + ## Version 0.87 ready for GAP 4.14.0 (20/10/24) * (20/10/24) fix tests and examples to new GAP website diff --git a/PackageInfo.g b/PackageInfo.g index c3e3adb..34499c7 100644 --- a/PackageInfo.g +++ b/PackageInfo.g @@ -7,8 +7,8 @@ SetPackageInfo( rec( PackageName := "utils", Subtitle := "Utility functions in GAP", -Version := "0.87-dev", -Date := "06/12/2024", # dd/mm/yyyy format +Version := "0.87dev", +Date := "03/01/2025", # dd/mm/yyyy format License := "GPL-2.0-or-later", Persons := [ @@ -134,7 +134,7 @@ AvailabilityTest := ReturnTrue, Keywords := [ ], BannerString := Concatenation( - "Loading Utils ", String( ~.Version ), " for GAP 4.13.0", + "Loading Utils ", String( ~.Version ), " for GAP 4.14.0", " - a collection of utility functions.\n" ), @@ -143,7 +143,7 @@ TestFile := "tst/testall.g", AutoDoc := rec( TitlePage := rec( Copyright := Concatenation( - "©right; 2015-2024, The GAP Group.

\n", + "© 2015-2025, The GAP Group.

\n", "The &Utils; package is free software; you can redistribute it ", "and/or modify it under the terms of the GNU General ", "Public License as published by the Free Software Foundation; ", diff --git a/README.md b/README.md index 9c250e4..aeee7f1 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Other generally useful functions, which are not deemed suitable for the main lib ## Copyright -The `Utils` package is Copyright {\copyright} The GAP Group, 2015-2024. +The `Utils` package is Copyright © The GAP Group, 2015-2025. `Utils` is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -34,15 +34,16 @@ For details, see of the GAP root directory. * From within GAP load the package with: - - gap> LoadPackage("utils"); - + ``` + gap> LoadPackage("utils"); + true + ``` * The file `manual.pdf` is in the `doc` subdirectory. ## Contact If you have a question relating to `Utils`, encounter any problems, or wish to suggest other functions to be transferred to the package, please - * email + * email: * or report an issue on the GitHub issue tracker at: