Skip to content

Commit e6ee863

Browse files
Merge pull request #65 from mohamed-barakat/devel
update Julia 1.12.5 -> 1.12.6
2 parents 12471ce + 87ce7ce commit e6ee863

2 files changed

Lines changed: 2 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-07",
13+
Version := "2026.04-08",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
"file_extension": ".jl",
182182
"mimetype": "application/julia",
183183
"name": "julia",
184-
"version": "1.12.5"
184+
"version": "1.12.6"
185185
}
186186
},
187187
"nbformat": 4,

0 commit comments

Comments
 (0)