Skip to content

Commit

Permalink
Version 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Jul 4, 2024
1 parent 01ac68e commit c1b8b62
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
This file describes changes in the GAP package 'unipot'.

* 1.6 (2024-07-04)

- Fix citations
- Update citation recommendation
- Remove obsolete installation instructions
- Remove ReadPackage calls for non-existing files
- Update contact details

* 1.5 (2022-02-22)

- Fix error in GeneratorsOfGroup for unipotent groups
Expand Down
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.5",
Date := "22/02/2022", # dd/mm/yyyy format
Version := "1.6",
Date := "04/07/2024", # dd/mm/yyyy format
License := "GPL-2.0-or-later",
PackageWWWHome := "https://gap-packages.github.io/unipot/",
README_URL := Concatenation( ~.PackageWWWHome, "README.md" ),
Expand Down

0 comments on commit c1b8b62

Please sign in to comment.