Skip to content

Commit 5375a19

Browse files
Merge pull request #66 from mohamed-barakat/devel
CapAndHomalg 1.6.9 -> 1.6.10
2 parents e6ee863 + c615c42 commit 5375a19

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

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 := "FinGSetsForCAP",
1212
Subtitle := "The (skeletal) elementary topos of finite G-sets",
13-
Version := "2026.04-08",
13+
Version := "2026.05-01",
1414

1515
Date := (function ( ) if IsBound( GAPInfo.SystemEnvironment.GAP_PKG_RELEASE_DATE ) then return GAPInfo.SystemEnvironment.GAP_PKG_RELEASE_DATE; else return Concatenation( ~.Version{[ 1 .. 4 ]}, "-", ~.Version{[ 6, 7 ]}, "-01" ); fi; end)( ),
1616
License := "GPL-2.0-or-later",

examples/notebooks/TS4.ipynb

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,14 @@
1010
"name": "stdout",
1111
"output_type": "stream",
1212
"text": [
13-
"CapAndHomalg v\u001b[32m1.6.9\u001b[39m\n",
13+
"\r",
14+
"CapAndHomalg v\u001b[32m1.6.10\u001b[39m\n"
15+
]
16+
},
17+
{
18+
"name": "stdout",
19+
"output_type": "stream",
20+
"text": [
1421
"Imported OSCAR's components GAP and Singular_jll\n",
1522
"Type: ?CapAndHomalg for more information\n"
1623
]

0 commit comments

Comments
 (0)