Skip to content

Commit

Permalink
chore(main): release 2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored May 24, 2022
1 parent 82f9769 commit 6cad41a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

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

### [2.3.4](https://github.com/googleapis/google-resumable-media-python/compare/v2.3.3...v2.3.4) (2022-05-24)


### Bug Fixes

* Use unittest.mock ([#329](https://github.com/googleapis/google-resumable-media-python/issues/329)) ([82f9769](https://github.com/googleapis/google-resumable-media-python/commit/82f9769f3368404d1854dd22eeed34eeb25ea835))

### [2.3.3](https://github.com/googleapis/google-resumable-media-python/compare/v2.3.2...v2.3.3) (2022-05-05)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

setuptools.setup(
name='google-resumable-media',
version = "2.3.3",
version = "2.3.4",
description='Utilities for Google Media Downloads and Resumable Uploads',
author='Google Cloud Platform',
author_email='googleapis-publisher@google.com',
Expand Down

0 comments on commit 6cad41a

Please sign in to comment.