Skip to content

Commit cf96be7

Browse files
committed
Version 1.5.3
1 parent 4923ed0 commit cf96be7

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
This file describes changes in the smallgrp package.
22

3+
# 1.5.3 (2023-05-16)
4+
5+
- Fix `SmallGroupsAvailable(p^7)` to return `false` when p > 11
6+
(unless the `sglppow` package is loaded)
7+
- Update contact details for Max Horn
8+
39
# 1.5.2 (2023-02-11)
410

511
- Correct the information printed by `SmallGroupsInformation(512)`;

PackageInfo.g

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ SetPackageInfo( rec(
1010

1111
PackageName := "SmallGrp",
1212
Subtitle := "The GAP Small Groups Library",
13-
Version := "1.5.2",
14-
Date := "11/02/2023", # dd/mm/yyyy format
13+
Version := "1.5.3",
14+
Date := "16/05/2023", # dd/mm/yyyy format
1515
License := "Artistic-2.0",
1616

1717
Persons := [

0 commit comments

Comments
 (0)