Skip to content

Commit df02bd2

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 2add326 commit df02bd2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/google-resumable-media/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
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

packages/google-resumable-media/setup.py

Lines changed: 1 addition & 1 deletion
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='googleapis-publisher@google.com',

0 commit comments

Comments
 (0)