Skip to content

Commit 7b42995

Browse files
chore(main): release 2.4.1 (#363)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent f3c7bb4 commit 7b42995

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
[1]: https://pypi.org/project/google-resumable-media/#history
66

7+
## [2.4.1](https://github.com/googleapis/google-resumable-media-python/compare/v2.4.0...v2.4.1) (2023-01-06)
8+
9+
10+
### Bug Fixes
11+
12+
* Avoid validating checksums for partial responses ([#361](https://github.com/googleapis/google-resumable-media-python/issues/361)) ([354287f](https://github.com/googleapis/google-resumable-media-python/commit/354287f023c34e269ca5ef0b24b28b9c37ae9dd7))
13+
714
## [2.4.0](https://github.com/googleapis/google-resumable-media-python/compare/v2.3.3...v2.4.0) (2022-09-29)
815

916

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
setuptools.setup(
3737
name='google-resumable-media',
38-
version = "2.4.0",
38+
version = "2.4.1",
3939
description='Utilities for Google Media Downloads and Resumable Uploads',
4040
author='Google Cloud Platform',
4141
author_email='[email protected]',

0 commit comments

Comments
 (0)