Skip to content

Commit b2144d1

Browse files
committed
Bump version to 2019.12.06
1 parent c6a8262 commit b2144d1

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

PackageInfo.g

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ SetPackageInfo( rec(
1010

1111
PackageName := "CddInterface",
1212
Subtitle := "Gap interface to Cdd package",
13-
Version := "2019.12.04",
13+
Version := "2019.12.06",
1414
Date := ~.Version{[ 1 .. 10 ]},
1515
Date := Concatenation( ~.Date{[ 9, 10 ]}, "/", ~.Date{[ 6, 7 ]}, "/", ~.Date{[ 1 .. 4 ]} ),
1616
License := "GPL-2.0-or-later",
@@ -34,17 +34,16 @@ Persons := [
3434
),
3535
],
3636

37-
PackageWWWHome := "https://homalg-project.github.io/CddInterface",
38-
3937
SourceRepository := rec(
4038
Type := "git",
41-
URL := "https://github.com/homalg-project/CddInterface" ),
39+
URL := Concatenation( "https://github.com/homalg-project/", ~.PackageName )
40+
),
4241

42+
PackageWWWHome := Concatenation( "https://homalg-project.github.io/", ~.PackageName ),
43+
README_URL := Concatenation( ~.PackageWWWHome, "/README.md" ),
44+
PackageInfoURL := Concatenation( ~.PackageWWWHome, "/PackageInfo.g" ),
4345
IssueTrackerURL := Concatenation( ~.SourceRepository.URL, "/issues" ),
4446
ArchiveURL := Concatenation( ~.SourceRepository.URL, "/archive/", ~.Version ),
45-
README_URL := Concatenation( ~.SourceRepository.URL, "/releases/latest/download/README.md" ),
46-
PackageInfoURL := Concatenation( ~.SourceRepository.URL, "/releases/latest/download/PackageInfo.g" ),
47-
4847
ArchiveFormats := ".tar.gz",
4948

5049
## Status information. Currently the following cases are recognized:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The GAP 4 package `CddInterface'
66

77
# Version
88

9-
Current version: 2019.12.04
9+
Current version: 2019.12.06
1010

1111
# Why CddInterface
1212

0 commit comments

Comments
 (0)