Skip to content

Commit

Permalink
Release crc32c 2.7
Browse files Browse the repository at this point in the history
Signed-off-by: Rodrigo Tobar <[email protected]>
  • Loading branch information
rtobar committed Aug 24, 2024
1 parent 916fe01 commit 409ec03
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Development

## [2.7]

* Added a `gil_relese_mode` parameter to the `CRC32CHash` constructor
used by all underlying `crc32c` function calls (#51).
* Added support for free-threaded Python builds,
Expand Down Expand Up @@ -201,3 +203,4 @@
[2.4.1]: https://github.com/ICRAR/crc32c/releases/tag/v2.4.1
[2.5]: https://github.com/ICRAR/crc32c/releases/tag/v2.5
[2.6]: https://github.com/ICRAR/crc32c/releases/tag/v2.6
[2.7]: https://github.com/ICRAR/crc32c/releases/tag/v2.7
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
author="The ICRAR DIA Team",
url="https://github.com/ICRAR/crc32c",
author_email="[email protected]",
version="2.6",
version="2.7",
license="LGPL-2.1-or-later",
description=(
"A python package implementing the crc32c algorithm" " in hardware and software"
Expand Down

0 comments on commit 409ec03

Please sign in to comment.