From 409ec03d7a52440864427b8ae4841e0093963696 Mon Sep 17 00:00:00 2001 From: Rodrigo Tobar Date: Sat, 24 Aug 2024 12:22:43 +0800 Subject: [PATCH] Release crc32c 2.7 Signed-off-by: Rodrigo Tobar --- CHANGELOG.md | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66b26ab..a00748b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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, @@ -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 diff --git a/setup.py b/setup.py index 7642755..02e49ed 100644 --- a/setup.py +++ b/setup.py @@ -54,7 +54,7 @@ author="The ICRAR DIA Team", url="https://github.com/ICRAR/crc32c", author_email="rtobar@icrar.org", - version="2.6", + version="2.7", license="LGPL-2.1-or-later", description=( "A python package implementing the crc32c algorithm" " in hardware and software"