Skip to content

Commit 44d426f

Browse files
committed
release 1.74
1 parent 0f2e1a4 commit 44d426f

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# CHANGES to the 'groupoids' package
22

3+
## Version 1.74 for GAP 4.12.2 (09/02/23)
4+
* (23/01/24) avoid trivial function wrappers; correct email address
5+
36
## Version 1.73 for GAP 4.12.2 (09/02/23)
47
* (09/02/23) first attempt at basic double groupoids
58
* (27/01/23) added RegularActionHomomorphismGroupoid and used in gpdhom.tst

PackageInfo.g

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

99
PackageName := "groupoids",
1010
Subtitle := "Calculations with finite groupoids and their homomorphisms",
11-
Version := "1.73",
12-
Date := "09/02/2023", # dd/mm/yyyy format
11+
Version := "1.74",
12+
Date := "23/01/2024", # dd/mm/yyyy format
1313
License := "GPL-2.0-or-later",
1414

1515
Persons := [
@@ -94,7 +94,7 @@ BannerString := Concatenation(
9494
AutoDoc := rec(
9595
TitlePage := rec(
9696
Copyright := Concatenation(
97-
"&copyright; 2000-2023, Emma Moore and Chris Wensley.<P/>\n",
97+
"&copyright; 2000-2024, Emma Moore and Chris Wensley.<P/>\n",
9898
"The &groupoids; package is free software; you can redistribute ",
9999
"it and/or modify it under the terms of the GNU General ",
100100
"Public License as published by the Free Software Foundation; ",
@@ -136,7 +136,7 @@ AutoDoc := rec(
136136
"Please submit any issues at ",
137137
"<URL>https://github.com/gap-packages/groupoids/issues/</URL> ",
138138
"or send an email to the second author at ",
139-
"<Email>c.d.wensley@bangor.ac.uk</Email>.\n <P/>"
139+
"<Email>cdwensley.maths@btinternet.com</Email>.\n <P/>"
140140
),
141141
Acknowledgements := Concatenation(
142142
"This documentation was prepared using the ",

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ A more detailed history is included as Chapter 8 of the manual, and in the file
2929

3030
## Copyright
3131

32-
The groupoids package is Copyright {\copyright} Chris Wensley and Emma Moore, 2000-2022.
32+
The groupoids package is Copyright {\copyright} Chris Wensley and Emma Moore, 2000-2024.
3333

3434
'groupoids' 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; either version 2 of the License, or (at your option) any later version.
3535

@@ -62,6 +62,6 @@ Once these prerequisites are in place, proceed as follows:
6262
## Contact
6363

6464
If you have a question relating to groupoids, encounter any problems, or have a suggestion for extending the package in any way, please
65-
* email c.d.wensley@bangor.ac.uk
65+
* email cdwensley.maths@btinternet.com
6666
* or report an issue at https://github.com/gap-packages/groupoids/issues/new
6767

0 commit comments

Comments
 (0)