Skip to content

Commit bab1310

Browse files
committed
Version 1.6.3
1 parent 1af20a5 commit bab1310

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGES

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

3+
1.6.3 (2025-05-14)
4+
- Alter tests for compatibility with AutoDoc 2025.05.09
5+
36
1.6.2 (2025-04-08)
47
- Revert accidental dependence on GAPDoc
58

PackageInfo.g

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

1111
PackageName := "PackageManager",
1212
Subtitle := "Easily download and install GAP packages",
13-
Version := "1.6.2",
14-
Date := "08/04/2025", # dd/mm/yyyy format
13+
Version := "1.6.3",
14+
Date := "14/05/2025", # dd/mm/yyyy format
1515
License := "GPL-2.0-or-later",
1616

1717
Persons := [
@@ -85,7 +85,7 @@ Dependencies := rec(
8585
GAP := ">= 4.12",
8686
NeededOtherPackages := [],
8787
SuggestedOtherPackages := [ [ "GAPDoc", ">= 1.6.1" ],
88-
[ "AutoDoc", ">= 2023.06.19" ],
88+
[ "AutoDoc", ">= 2025.05.09" ],
8989
[ "curlInterface", ">= 2.1.0" ] ],
9090
ExternalConditions := [ ],
9191
),

0 commit comments

Comments
 (0)