Skip to content

Commit 35b0c27

Browse files
Merge pull request #1757 from mohamed-barakat/devel
remove method with underspecified filters
2 parents f18f21e + b14f0b7 commit 35b0c27

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

GeneralizedMorphismsForCAP/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 := "GeneralizedMorphismsForCAP",
1212
Subtitle := "Implementations of generalized morphisms for the CAP project",
13-
Version := "2025.02-01",
13+
Version := "2025.06-01",
1414
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)( ),
1515
License := "GPL-2.0-or-later",
1616

GeneralizedMorphismsForCAP/gap/SerreQuotients.gi

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@
44
# Implementations
55
#
66

7-
InstallMethod( \/,
8-
[ IsCapCategory, IsFunction ],
9-
10-
SerreQuotientCategory );
11-
127
InstallMethod( LiftCovariantEndoFunctorToSerreQuotientCategory,
138
[ IsCapCategory, IsCapFunctor ],
149

0 commit comments

Comments
 (0)