Skip to content

Commit

Permalink
new release before GAP 4.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cdwensley committed May 16, 2024
1 parent cea6b18 commit 2bea232
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.86 for GAP 4.13.1 (16/05/24)
* (16/05/24) there have been just two minor adjustments since version 0.85

## Version 0.85 for GAP 4.12.2 (23/01/24)
* (08/01/24) avoid trivial function wrappers in List and ForAll

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.85",
Date := "23/01/2024", # dd/mm/yyyy format
Version := "0.86",
Date := "16/05/2024", # dd/mm/yyyy format
License := "GPL-2.0-or-later",

Persons := [
Expand Down

0 comments on commit 2bea232

Please sign in to comment.