We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a55f6e1 commit e20b0f1Copy full SHA for e20b0f1
2 files changed
packages/google-crc32c/CHANGELOG.md
@@ -4,6 +4,13 @@
4
5
[1]: https://pypi.org/project/google-crc32c/#history
6
7
+## [1.7.1](https://github.com/googleapis/python-crc32c/compare/v1.7.0...v1.7.1) (2025-03-25)
8
+
9
10
+### Bug Fixes
11
12
+* Add Python 3.13 windows wheels ([fbb0e26](https://github.com/googleapis/python-crc32c/commit/fbb0e26b576fb82b8677b14505e702313cbcfe4e))
13
14
## [1.7.0](https://github.com/googleapis/python-crc32c/compare/v1.6.0...v1.7.0) (2025-03-17)
15
16
packages/google-crc32c/setup.cfg
@@ -14,7 +14,7 @@
[metadata]
name = google-crc32c
17
-version = 1.7.0
+version = 1.7.1
18
description = A python wrapper of the C library 'Google CRC32C'
19
url = https://github.com/googleapis/python-crc32c
20
long_description = file: README.md
0 commit comments