Skip to content

Commit

Permalink
Version 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Apr 9, 2018
1 parent 48c6296 commit 93bf155
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
This file describes changes in the GAP package 'unipot'.

* 1.4 (2018-04-09)

- Fix tests to keep working after LoadAllPackages() was called

* 1.3 (2018-03-22)

* 1.2 (2004-11-16)

* 1.1 (2000-03-17)
4 changes: 2 additions & 2 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ SetPackageInfo(
rec(
PackageName := "Unipot",
Subtitle := "Computing with elements of unipotent subgroups of Chevalley groups",
Version := "1.3",
Date := "22/03/2018",
Version := "1.4",
Date := "09/04/2018",
PackageWWWHome := "https://gap-packages.github.io/unipot/",
README_URL := Concatenation( ~.PackageWWWHome, "README.md" ),
PackageInfoURL := Concatenation( ~.PackageWWWHome, "PackageInfo.g" ),
Expand Down

0 comments on commit 93bf155

Please sign in to comment.