Skip to content

Commit

Permalink
version 2.47 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cdwensley committed Jun 2, 2024
1 parent 0509fc4 commit fdfe78b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
5 changes: 4 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# CHANGES to the IdRel package

## 2.45 -> 2.46 for GAP 4.12.2 (23/01/23)
## 2.46 -> 2.47 for GAP 4.13.1 (02/06/24)
* (02/06/24) small fix in rws.tst - order of elq8 changed in gapdev

## 2.45 -> 2.46 for GAP 4.12.2 (23/01/24)
* (23/01/24) minor changes; correct email address

## 2.44 -> 2.45 for GAP 4.12.2 (09/02/23)
Expand Down
4 changes: 2 additions & 2 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ SetPackageInfo( rec(

PackageName := "idrel",
Subtitle := "Identities among relations",
Version := "2.46",
Date := "23/01/2024", # dd/mm/yyyy format
Version := "2.47",
Date := "02/06/2024", # dd/mm/yyyy format
License := "GPL-2.0-or-later",

Persons := [
Expand Down
12 changes: 6 additions & 6 deletions tst/rws.tst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
##############################################################################
#############################################################################
##
#W rws.tst Idrel Package Chris Wensley
#W & Anne Heyworth
#Y Copyright (C) 1999-2022 Anne Heyworth and Chris Wensley
#W rws.tst Idrel Package Chris Wensley
#W & Anne Heyworth
#Y Copyright (C) 1999-2024 Anne Heyworth and Chris Wensley
##

gap> saved_infolevel_idrel := InfoLevel( InfoIdRel );;
Expand Down Expand Up @@ -141,6 +141,6 @@ gap> PrintLnUsingLabels( elmq8, genfmq8, q8labs );

gap> SetInfoLevel( InfoIdRel, saved_infolevel_idrel );;

#############################################################################
############################################################################
##
#E rws.tst . . . . . . . . . . . . . . . . . . . . . . . . . . . . ends here
#E rws.tst . . . . . . . . . . . . . . . . . . . . . . . . . . . ends here

0 comments on commit fdfe78b

Please sign in to comment.