Skip to content

Commit bcdcbad

Browse files
authored
Merge pull request #68 from gap-packages/release
release 0.85
2 parents 106a5ce + c5861cd commit bcdcbad

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

CHANGES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# CHANGES log for the 'Utils' package
22

3-
## Version 0.84dev for GAP 4.12.2 (08/01/24)
4-
* (08/01/24) avoid tgrivial function wrappers in List and ForAll
3+
## Version 0.85 for GAP 4.12.2 (23/01/24)
4+
* (08/01/24) avoid trivial function wrappers in List and ForAll
55

66
## Version 0.84 for GAP 4.12.2 (11/09/23)
77
* (11/09/23) changed manual and test for DirectSumDecompositionMatrices

PackageInfo.g

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ SetPackageInfo( rec(
77

88
PackageName := "utils",
99
Subtitle := "Utility functions in GAP",
10-
Version := "0.84dev",
11-
Date := "08/01/2024", # dd/mm/yyyy format
10+
Version := "0.85",
11+
Date := "23/01/2024", # dd/mm/yyyy format
1212
License := "GPL-2.0-or-later",
1313

1414
Persons := [
@@ -146,7 +146,7 @@ TestFile := "tst/testall.g",
146146
AutoDoc := rec(
147147
TitlePage := rec(
148148
Copyright := Concatenation(
149-
"&copyright; 2015-2023, The GAP Group. <P/>\n",
149+
"&copyright; 2015-2024, The GAP Group. <P/>\n",
150150
"The &Utils; package is free software; you can redistribute it ",
151151
"and/or modify it under the terms of the GNU General ",
152152
"Public License as published by the Free Software Foundation; ",
@@ -167,7 +167,7 @@ AutoDoc := rec(
167167
"<P/>\n",
168168
"Bug reports, suggestions and comments are, of course, welcome.\n",
169169
"Please contact the last author at ",
170-
"<Email>c.d.wensley@bangor.ac.uk</Email> ",
170+
"<Email>cdwensley.maths@btinternet.com</Email> ",
171171
"or submit an issue at the GitHub repository ",
172172
"<URL>https://github.com/gap-packages/utils/issues/</URL>.\n"
173173
),

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Other generally useful functions, which are not deemed suitable for the main lib
1919

2020
## Copyright
2121

22-
The `Utils` package is Copyright {\copyright} The GAP Group, 2015-2022.
22+
The `Utils` package is Copyright {\copyright} The GAP Group, 2015-2024.
2323

2424
`Utils` is free software; you can redistribute it and/or modify
2525
it under the terms of the GNU General Public License as published by
@@ -43,6 +43,6 @@ of the GAP root directory.
4343

4444
If you have a question relating to `Utils`, encounter any problems,
4545
or wish to suggest other functions to be transferred to the package, please
46-
* email <c.d.wensley@bangor.ac.uk>
46+
* email <cdwensley.maths@btinternet.com>
4747
* or report an issue on the GitHub issue tracker at:
4848
<https://github.com/gap-packages/utils/issues/new>

0 commit comments

Comments
 (0)