Skip to content

Commit

Permalink
chore: release 0.5.1 (#131)
Browse files Browse the repository at this point in the history
* updated CHANGELOG.md [ci skip]

* updated setup.cfg [ci skip]

* updated setup.py

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] committed Jun 3, 2020
1 parent b8150be commit 30b2e94
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Expand Up @@ -4,6 +4,15 @@

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

### [0.5.1](https://www.github.com/googleapis/google-resumable-media-python/compare/v0.5.0...v0.5.1) (2020-05-26)


### Bug Fixes

* **resumable-media:** fix failing unit tests by dropping Python 3.4, add Python 3.8 ([#118](https://www.github.com/googleapis/google-resumable-media-python/issues/118)) ([1edb974](https://www.github.com/googleapis/google-resumable-media-python/commit/1edb974175d16c9f542fe84dd6bbfa2d70115d48))
* **resumable-media:** fix upload_from_file size greater than multipart ([#129](https://www.github.com/googleapis/google-resumable-media-python/issues/129)) ([07dd9c2](https://www.github.com/googleapis/google-resumable-media-python/commit/07dd9c26a7eff9b2b43d32636faf9a5aa151fed5))
* Generated file update for docs and testing templates. ([#127](https://www.github.com/googleapis/google-resumable-media-python/issues/127)) ([bc7a5a9](https://www.github.com/googleapis/google-resumable-media-python/commit/bc7a5a9b66e16d08778ace96845bb429b94ddbce))

## 0.5.0

10-28-2019 09:16 PDT
Expand Down Expand Up @@ -243,4 +252,3 @@ might break the hypothetical usecase of downloading a blob marked with
2017-04-21

- Initial public release.

2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -34,7 +34,7 @@

setuptools.setup(
name='google-resumable-media',
version = '0.5.0',
version = "0.5.1",
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 30b2e94

Please sign in to comment.