Skip to content

Commit

Permalink
Version 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Jan 22, 2025
1 parent a0b4849 commit ff6efb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This file describes changes in the orb package.

5.0.0 (TODO)
5.0.0 (2025-01-22)
- Remove legacy APIs `InitHT`, `NewHT`, `AddHT`, `ValueHT`, `GrowHT`.
Instead use `HTCreate`, `HTAdd`, `HTValue`, `HTDelete` and `HTUpdate`.

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 := "orb",
Subtitle := "Methods to enumerate orbits",
Version := "5.0.0dev",
Date := "03/01/2025", # dd/mm/yyyy format
Version := "5.0.0",
Date := "22/01/2025", # dd/mm/yyyy format
License := "GPL-3.0-or-later",

## Information about authors and maintainers.
Expand Down

0 comments on commit ff6efb9

Please sign in to comment.