Skip to content

Commit

Permalink
release 1.33
Browse files Browse the repository at this point in the history
  • Loading branch information
cdwensley committed Nov 15, 2021
1 parent 6f88efe commit 415d1a5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v2
- uses: gap-actions/setup-gap-for-packages@v1
with:
GAP_PKGS_TO_BUILD: "io kbmag profiling"
GAP_PKGS_TO_BUILD: "io nq profiling"
GAPBRANCH: ${{ matrix.gap-branch }}
- uses: gap-actions/run-test-for-packages@v1

Expand All @@ -38,7 +38,7 @@ jobs:
- uses: actions/checkout@v2
- uses: gap-actions/setup-gap-for-packages@v1
with:
GAP_PKGS_TO_BUILD: "io kbmag profiling"
GAP_PKGS_TO_BUILD: "io nq profiling"
- uses: gap-actions/compile-documentation-for-packages@v1
with:
use-latex: 'true'
Expand Down
3 changes: 2 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@

* long-standing: see the ToDo list in section 3.2 in the manual

## Version 1.32dev for GAP 4.11.0 (21/07/20)
## Version 1.33 for GAP 4.11.1 (15/11/21)

* (15/11/21) more package homepage to https://github.com/cdwensley
* (08/04/21) Switch CI to use GitHub Actions

## Version 1.32 for GAP 4.11.0 (16/07/20)
Expand Down
10 changes: 5 additions & 5 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ SetPackageInfo( rec(

PackageName := "kan",
Subtitle := "including double coset rewriting systems",
Version := "1.32dev",
Date := "21/07/2020",
Version := "1.33",
Date := "15/11/2021",
License := "GPL-2.0-or-later",

Persons := [
Expand All @@ -26,7 +26,7 @@ Persons := [
IsAuthor := true,
IsMaintainer := true,
Email := "c.d.wensley@bangor.ac.uk",
WWWHome := "http://pages.bangor.ac.uk/~mas023/",
WWWHome := "https://github.com/gap-packages/kan",
PostalAddress := Concatenation( [
"Dr. C.D. Wensley\n",
"School of Computer Science\n",
Expand Down Expand Up @@ -92,13 +92,13 @@ Keywords := [ "Kan extension",
BannerString := Concatenation(
"Loading Kan ", String( ~.Version ), " (computing with Kan extensions)\n",
"by Anne Heyworth and ",
"Chris Wensley (http://pages.bangor.ac.uk/~mas023/)\n",
"Chris Wensley (https://github.com/cdwensley)\n",
"-----------------------------------------------------------------------\n" ),

AutoDoc := rec(
TitlePage := rec(
Copyright := Concatenation(
"&copyright; 1996-2019 Anne Heyworth and Chris Wensley<P/>\n",
"&copyright; 1996-2021 Anne Heyworth and Chris Wensley<P/>\n",
"The &Kan; package is free software; you can redistribute it ",
"and/or modify it under the terms of the GNU General ",
"Public License as published by the Free Software Foundation; ",
Expand Down
2 changes: 1 addition & 1 deletion doc/intro.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,6 @@ or use the GitHub issue tracker at
<P/>
Additional information can be found on the
<E>Computational Higher-dimensional Discrete Algebra</E> website at
<URL>http://pages.bangor.ac.uk/~mas023/chda/</URL>.
<URL>https://github.com/cdwensley</URL>.

</Chapter>

0 comments on commit 415d1a5

Please sign in to comment.