Skip to content

Commit

Permalink
Release v0.3.3 (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
busunkim96 authored and crwilcox committed Aug 26, 2019
1 parent 94ddacc commit c837316
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@

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

## 0.3.3

08-23-2019 14:15 PDT

### Implementation Changes
- Add a default timeout for the http_request method ([#88](https://github.com/googleapis/google-resumable-media-python/pull/88))
- DRY 'requests' pin; don't shadow exception. ([#83](https://github.com/googleapis/google-resumable-media-python/pull/83))
- Drop a hardcoded value in an error message. ([#48](https://github.com/googleapis/google-resumable-media-python/pull/48))

### Documentation
- Reconstruct 'CHANGELOG.md' from pre-releasetool era releases. ([#66](https://github.com/googleapis/google-resumable-media-python/pull/66))

### Internal / Testing Changes
- Use Kokoro for CI ([#90](https://github.com/googleapis/google-resumable-media-python/pull/90))
- Renovate: preserve semver ranges. ([#82](https://github.com/googleapis/google-resumable-media-python/pull/82))
- Add renovate.json ([#79](https://github.com/googleapis/google-resumable-media-python/pull/79))
- Fix systest bitrot. ([#77](https://github.com/googleapis/google-resumable-media-python/pull/77))
- Fix docs build redux. ([#75](https://github.com/googleapis/google-resumable-media-python/pull/75))
- Update to new nox ([#57](https://github.com/googleapis/google-resumable-media-python/pull/57))

## 0.3.2

2018-12-17 17:31 PST
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.3.2',
version = '0.3.3',
description='Utilities for Google Media Downloads and Resumable Uploads',
author='Google Cloud Platform',
author_email='[email protected]',
Expand Down

0 comments on commit c837316

Please sign in to comment.