Skip to content

Commit

Permalink
0.87 release ready for GAP 4.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cdwensley committed Oct 20, 2024
1 parent 6a4d4b6 commit 70000cd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGES log for the 'Utils' package

## Version 0.87 ready for GAP 4.14.0 (20/10/24)
* (20/10/24) fix tests and examples to new GAP website

## Version 0.86 for GAP 4.13.1 (16/05/24)
* (16/05/24) there have been just two minor adjustments since version 0.85

Expand Down
4 changes: 2 additions & 2 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ SetPackageInfo( rec(

PackageName := "utils",
Subtitle := "Utility functions in GAP",
Version := "0.86",
Date := "16/05/2024", # dd/mm/yyyy format
Version := "0.87",
Date := "20/10/2024", # dd/mm/yyyy format
License := "GPL-2.0-or-later",

Persons := [
Expand Down

0 comments on commit 70000cd

Please sign in to comment.