From 6d8091f187c27047f8782942d06766b221584a29 Mon Sep 17 00:00:00 2001 From: Alexander Konovalov Date: Wed, 18 Jul 2018 17:14:41 +0100 Subject: [PATCH] Version 4.1.1 --- CHANGES | 8 +++++++- PackageInfo.g | 8 ++++---- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGES b/CHANGES index 62f64dd..fb8a89d 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,10 @@ -Version 4.1.0: 2017/04/26 +Version 4.1.1: 2018/07/18 +* Update the description of the TestFile component in the PackageInfo.g file +* The method for Recipe required a fix because RecNames is not guaranteed to + return a list of component names in a particular order +* Removed some unnecessary commands from test files + +Version 4.1.0: 2018/04/26 * Demonstrate how to set up Travis CI and CodeCov * Don't mention PreloadFile in PackageInfo.g * Use C99 init for StructInitInfo diff --git a/PackageInfo.g b/PackageInfo.g index 36121d1..9747e85 100644 --- a/PackageInfo.g +++ b/PackageInfo.g @@ -38,16 +38,16 @@ Subtitle := "Example/Template of a GAP Package", ## See '?Extending: Version Numbers' in GAP help for an explanation ## of valid version numbers. For an automatic package distribution update ## you must provide a new version number even after small changes. -Version := "4.1.0", +Version := "4.1.1", ## Release date of the current version in dd/mm/yyyy format. ## -Date := "26/04/2018", +Date := "18/07/2018", ## Optional: if the package manual uses GAPDoc, you may duplicate the ## version and the release date as shown below to read them while building ## the manual using GAPDoc facilities to distibute documents across files. ## <#GAPDoc Label="PKGVERSIONDATA"> -## -## +## +## ## <#/GAPDoc> PackageWWWHome :=