Skip to content

Commit

Permalink
Bump version: 0.2.0 → 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Akrog committed Mar 26, 2016
1 parent 4a1c4ff commit a51a43b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
History
=======

0.2.1 (2016-03-26)
------------------

* Fix requirements issue

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

Expand Down
2 changes: 1 addition & 1 deletion gcs_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

__author__ = 'Gorka Eguileor'
__email__ = '[email protected]'
__version__ = '0.2.0'
__version__ = '0.2.1'

from gcs_client.bucket import Bucket # noqa
from gcs_client import constants # noqa
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.0
current_version = 0.2.1
commit = True
tag = True

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

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

0 comments on commit a51a43b

Please sign in to comment.