Skip to content

Commit 149f797

Browse files
committed
Update AutoDoc scaffold
Bump version to V2026.03.01
1 parent 8e3b4bf commit 149f797

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PackageInfo.g

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ SetPackageInfo( rec(
1010

1111
PackageName := "CddInterface",
1212
Subtitle := "Gap interface to Cdd package",
13-
Version := "2025.06.24",
13+
Version := "2026.03.01",
1414
Date := ~.Version{[ 1 .. 10 ]},
1515
Date := Concatenation( ~.Date{[ 9, 10 ]}, "/", ~.Date{[ 6, 7 ]}, "/", ~.Date{[ 1 .. 4 ]} ),
1616
License := "GPL-2.0-or-later",

makedoc.g

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ fi;
1010

1111
AutoDoc(
1212
rec(
13-
scaffold := rec( entities := [ "GAP4", "homalg" ] ),
13+
scaffold := rec( entities := rec( CAP := "GAP", homalg := "homalg" ) ),
1414
autodoc := rec( files := [ "doc/intro.autodoc" ] ),
1515
#extract_examples := rec( units := "Single" )
1616
)

0 commit comments

Comments
 (0)