diff --git a/CHANGES b/CHANGES index 123a825e..798124ae 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,6 @@ This file describes changes in the AutoDoc package. -2019.07.xx +2019.07.17 - Fix bug in extract_examples option that could result in invalid .tst files 2019.07.03 diff --git a/PackageInfo.g b/PackageInfo.g index 1f5f483f..d3dec60f 100644 --- a/PackageInfo.g +++ b/PackageInfo.g @@ -10,7 +10,7 @@ SetPackageInfo( rec( PackageName := "AutoDoc", Subtitle := "Generate documentation from GAP source code", -Version := "2019.07.03dev", +Version := "2019.07.17", Date := ~.Version{[ 1 .. 10 ]}, Date := Concatenation( ~.Date{[ 9, 10 ]}, "/", ~.Date{[ 6, 7 ]}, "/", ~.Date{[ 1 .. 4 ]} ),