Skip to content

Commit

Permalink
chore: release v0.5.0 (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver authored Oct 29, 2019
1 parent 0e541ce commit c0732e3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@

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

## 0.5.0

10-28-2019 09:16 PDT


### New Features
- Add raw download classes. ([#109](https://github.com/googleapis/google-resumable-media-python/pull/109))

### Documentation
- Update Sphinx inventory URL for requests library. ([#108](https://github.com/googleapis/google-resumable-media-python/pull/108))

### Internal / Testing Changes
- Initial synth. ([#105](https://github.com/googleapis/google-resumable-media-python/pull/105))
- Remove CircleCI. ([#102](https://github.com/googleapis/google-resumable-media-python/pull/102))

## 0.4.1

09-16-2019 17: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.1',
version = '0.5.0',
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 c0732e3

Please sign in to comment.