Skip to content

Commit

Permalink
Version 4.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Mar 24, 2019
1 parent 59e635d commit d0cf2a2
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
=========================================


Changes between ResClasses 4.7.1 and ResClasses 4.7.2 (March 24, 2019):

- Clarified that this package is licensed under GPL 2 or later.

- Moved package homepage to <https://gap-packages.github.io/resclasses>.

- Fixed some issues where loading ResClasses could inadvertently alter
the behavior of GAP library functions.

- Improved compatibility with future GAP releases (4.11 and later).

- Other minor adjustments.

Changes between ResClasses 4.7.0 and ResClasses 4.7.1 (December 18, 2017):

- The email address [email protected] does not seem to work any more
Expand Down
4 changes: 2 additions & 2 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ SetPackageInfo( rec(

PackageName := "ResClasses",
Subtitle := "Set-Theoretic Computations with Residue Classes",
Version := "4.7.1dev",
Date := "18/12/2017", # dd/mm/yyyy format
Version := "4.7.2",
Date := "24/03/2019", # dd/mm/yyyy format
License := "GPL-2.0-or-later",
Persons := [
rec( LastName := "Kohl",
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

-- A GAP 4 Package --

Version 4.7.1
Version 4.7.2

Author and Maintainer: Stefan Kohl, [email protected]

Expand Down

0 comments on commit d0cf2a2

Please sign in to comment.