Skip to content

Commit

Permalink
Merge pull request #263 from zickgraf/master
Browse files Browse the repository at this point in the history
Remove CircleCI
  • Loading branch information
zickgraf authored Oct 25, 2024
2 parents 1d51486 + 36b0880 commit b848348
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 46 deletions.
45 changes: 0 additions & 45 deletions .circleci/config.yml

This file was deleted.

2 changes: 1 addition & 1 deletion PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SetPackageInfo( rec(

PackageName := "FinSetsForCAP",
Subtitle := "The elementary topos of (skeletal) finite sets",
Version := "2024.10-01",
Version := "2024.10-02",

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)( ),
License := "GPL-2.0-or-later",
Expand Down

0 comments on commit b848348

Please sign in to comment.