Skip to content

Commit

Permalink
release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwegner committed Jun 5, 2018
1 parent 0e50634 commit d62e6fe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

## [Unreleased]

## [0.5.0] - 2018-06-05

### Fixed
- Pin `google-api-python-client` version and explicitly require `oauth2client`

## [0.4.1] - 2017-09-06

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

setup(
name="django-gapc-storage",
version="0.4.2-rc1",
version="0.5.0",
author="Eldarion, Inc.",
author_email="development@eldarion.com",
description="a Django storage backend using GCS JSON API",
Expand Down

0 comments on commit d62e6fe

Please sign in to comment.