Skip to content

Commit

Permalink
the package Bialgebroids has been renamed to Algebroids
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamed-barakat committed May 23, 2020
1 parent 300e96d commit af8078a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
git clone --depth 1 https://github.com/homalg-project/InfiniteLists
git clone --depth 1 https://github.com/homalg-project/ComplexesCategories
git clone --depth 1 https://github.com/homalg-project/QPA2
git clone --depth 1 https://github.com/homalg-project/Bialgebroids
git clone --depth 1 https://github.com/homalg-project/Algebroids
git clone --depth 1 https://github.com/homalg-project/CategoryConstructor
git clone --depth 1 https://github.com/homalg-project/FunctorCategories
git clone --depth 1 https://github.com/homalg-project/SubcategoriesForCAP
Expand Down
4 changes: 2 additions & 2 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ SetPackageInfo( rec(
PackageName := "CatReps",
Subtitle := "Representations and cohomology of finite categories",
Version := Maximum( [
"2020.04.23", ## Mohamed's version
"2020.04.24", ## Mohamed's version
## this line prevents merge conflicts
"2020.01.01", ## Tibor's version
## this line prevents merge conflicts
Expand Down Expand Up @@ -111,7 +111,7 @@ Dependencies := rec(
[ "SubcategoriesForCAP", ">= 2020.04.07" ],
[ "MatricesForHomalg", ">= 2020.02.02" ],
[ "Toposes", ">= 2020.04.27" ],
[ "Bialgebroids", ">= 2020.04.21" ],
[ "Algebroids", ">= 2020.04.24" ],
[ "FunctorCategories", ">= 2020.04.21" ],
],
SuggestedOtherPackages := [ ],
Expand Down

0 comments on commit af8078a

Please sign in to comment.