Skip to content

Commit

Permalink
Bump version: 0.1.4 → 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Akrog committed Nov 25, 2015
1 parent 941397a commit 48ef3b7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions HISTORY.rst
Expand Up @@ -4,6 +4,13 @@
History
=======

0.2.0 (2015-11-25)
------------------

* Add support for delimiter in listings using Prefix object
* Remove dependency from google-api-python-client
* Return descriptive error message on AttributeError

0.1.4 (2015-11-16)
------------------

Expand Down
2 changes: 1 addition & 1 deletion gcs_client/__init__.py
Expand Up @@ -18,7 +18,7 @@

__author__ = 'Gorka Eguileor'
__email__ = 'gorka@eguileor.com'
__version__ = '0.1.4'
__version__ = '0.2.0'

from gcs_client.bucket import Bucket # noqa
from gcs_client.project import Project # noqa
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.4
current_version = 0.2.0
commit = True
tag = True

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

setup(
name='gcs-client',
version='0.1.4',
version='0.2.0',
description="Google Cloud Storage Python client",
long_description=readme + '\n\n' + history,
author="Gorka Eguileor",
Expand Down

0 comments on commit 48ef3b7

Please sign in to comment.