Skip to content

Commit

Permalink
Release v0.4.1 (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
crwilcox committed Sep 17, 2019
1 parent b6c94d9 commit 626bfab
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@

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

## 0.4.1

09-16-2019 17:59 PDT


### Implementation Changes
- Revert "Always use raw response data. ([#87](https://github.com/googleapis/google-resumable-media-python/pull/87))" ([#103](https://github.com/googleapis/google-resumable-media-python/pull/103))

### Internal / Testing Changes
- Add black. ([#94](https://github.com/googleapis/google-resumable-media-python/pull/94))

## 0.4.0

09-05-2019 11:59 PDT
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

setuptools.setup(
name='google-resumable-media',
version = '0.4.0',
version = '0.4.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 626bfab

Please sign in to comment.