From 28178a53360128df58b64ec94db010c266a7ec1d Mon Sep 17 00:00:00 2001 From: Manuel Delgado Date: Wed, 31 Oct 2018 10:53:35 +0100 Subject: [PATCH] Version 1.1.9 --- PackageInfo.g | 10 +++++----- README.md | 2 +- init.g | 2 +- read.g | 2 +- version | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/PackageInfo.g b/PackageInfo.g index 61e75c9b..5d0e21ed 100644 --- a/PackageInfo.g +++ b/PackageInfo.g @@ -7,10 +7,10 @@ SetPackageInfo( rec( PackageName := "NumericalSgps", Subtitle := "A package for numerical semigroups", -#Version := "1.1.8", -#Date := "06/06/2018", -Version := "1.1.8 dev", -Date := "> 06/06/2018", +Version := "1.1.9", +Date := "31/11/2018", +#Version := "1.1.8 dev", +#Date := "> 06/06/2018", ## Information about authors and maintainers. Persons := [ @@ -173,7 +173,7 @@ SourceRepository := rec( ), IssueTrackerURL := Concatenation( ~.SourceRepository.URL, "/issues" ), PackageWWWHome := "https://gap-packages.github.io/numericalsgps", -README_URL := Concatenation( ~.PackageWWWHome, "/README" ), +README_URL := Concatenation( ~.PackageWWWHome, "/README.md" ), PackageInfoURL := Concatenation( ~.PackageWWWHome, "/PackageInfo.g" ), ArchiveURL := Concatenation( ~.SourceRepository.URL, "/releases/download/v", ~.Version, diff --git a/README.md b/README.md index 5f5e53b3..820b953a 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ NumericalSgps Introduction ------------ -This is release 1.1.8 of the package `NumericalSgps`. +This is release 1.1.9 of the package `NumericalSgps`. The features of this package include diff --git a/init.g b/init.g index 3afd923a..7eecdef0 100644 --- a/init.g +++ b/init.g @@ -5,7 +5,7 @@ #W Jose Morais ## ## -#H @(#)$Id: init.g,v 1.1.8 $ +#H @(#)$Id: init.g,v 1.1.9 $ ## #Y Copyright 2005 by Manuel Delgado, #Y Pedro A. Garcia-Sanchez and Jose Joao Morais diff --git a/read.g b/read.g index a7287d21..377c4254 100644 --- a/read.g +++ b/read.g @@ -5,7 +5,7 @@ #W Jose Morais ## ## -#H @(#)$Id: read.g,v 1.1.8 $ +#H @(#)$Id: read.g,v 1.1.9 $ ## #Y Copyright 2005 by Manuel Delgado, #Y Pedro A. Garcia-Sanchez and Jose Joao Morais diff --git a/version b/version index ffeb952d..a5e42829 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.1.8 dev \ No newline at end of file +1.1.9 \ No newline at end of file