Skip to content

Commit 3082d39

Browse files
authored
Merge pull request #224 from mohamed-barakat/AstrictionToCoimage
comply with CAP v2023.09-11 and Toposes v2023.10-01
2 parents a712161 + ec04626 commit 3082d39

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

PackageInfo.g

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

1111
PackageName := "FinSetsForCAP",
1212
Subtitle := "The elementary topos of (skeletal) finite sets",
13-
Version := "2023.09-01",
13+
Version := "2023.10-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",
@@ -98,9 +98,9 @@ PackageDoc := rec(
9898
Dependencies := rec(
9999
GAP := ">= 4.12.1",
100100
NeededOtherPackages := [
101-
[ "CAP", ">= 2023.08-16" ],
101+
[ "CAP", ">= 2023.09-11" ],
102102
[ "CartesianCategories", ">= 2023.08-13" ],
103-
[ "Toposes", ">= 2022.11-03" ],
103+
[ "Toposes", ">= 2023.10-01" ],
104104
],
105105
SuggestedOtherPackages := [ ],
106106
ExternalConditions := [ ],

examples/CoimageObject.g

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ IsEpimorphism( phi );
2323
IsSplitEpimorphism( phi );
2424
#! false
2525
iota := AstrictionToCoimage( phi );
26-
#! <A monomorphism in FinSets>
26+
#! <A morphism in FinSets>
2727
pi := CoimageProjection( phi );
2828
#! <An epimorphism in FinSets>
2929
PreCompose( pi, iota ) = phi;

0 commit comments

Comments
 (0)