Skip to content

Commit

Permalink
Update for v0.5.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
wilfwilson committed Dec 21, 2021
1 parent 2870e06 commit 157909c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .release
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ for f in ./*/*.htm* ; do
sed \
-e 's;href="../../../pkg/[dD]igraphs[^\/]*/doc/;href="https://digraphs.github.io/Digraphs/doc/;g' \
-e 's;href="../../../pkg/[iI]mages[^\/]*/doc/;href="https://gap-packages.github.io/images/doc/;g' \
-e 's;href="../../../pkg/[bB]acktrack[kK]it[^\/]*/doc/;href="https://peal.github.io/BacktrackKit/doc/;g' \
-e 's;href="../../../pkg/[gG]raph[bB]acktracking[^\/]*/doc/;href="https://peal.github.io/GraphBacktracking/doc/;g' \
"$f" > "$f.bak"
mv "$f.bak" "$f"
done
8 changes: 4 additions & 4 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ SetPackageInfo( rec(

PackageName := "Vole",
Subtitle := "Vole organises lengthy explorations: Backtrack search in permutation groups with graphs",
Version := "0.5.2",
Date := "03/12/2021", # dd/mm/yyyy format
Version := "0.5.3",
Date := "21/12/2021", # dd/mm/yyyy format
License := "MPL-2.0",

Persons := [
Expand Down Expand Up @@ -83,9 +83,9 @@ PackageDoc := rec(
Dependencies := rec(
GAP := ">= 4.11.0",
NeededOtherPackages := [
[ "BacktrackKit", ">= 0.6.0" ],
[ "BacktrackKit", ">= 0.6.1" ],
[ "Digraphs", ">= 1.1.1" ],
[ "GraphBacktracking", ">= 0.5.1" ],
[ "GraphBacktracking", ">= 0.5.2" ],
# to enable GAP and rust to talk to each other
[ "IO", ">= 4.7.0" ],
[ "json", ">= 2.0.1" ],
Expand Down
2 changes: 1 addition & 1 deletion gap/wrapper.gd
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
#! <Ref Oper="OnTuplesDigraphs" BookName="Digraphs" Style="Number" Label="for a list of digraphs and a perm"/>
#! </Item>
#! <Item>
#! A list of digraphs/lists of adjacencies
#! A list of digraphs/adjacency lists
#! </Item>
#! </Row>
#! </Table>
Expand Down

0 comments on commit 157909c

Please sign in to comment.