Skip to content

Commit

Permalink
Prepare for v0.9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
scottwernervt committed Nov 29, 2018
1 parent 8450785 commit 2b257c8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Changelog
---------

0.9.0 (Unreleased)
0.9.0 (2018-11-29)
++++++++++++++++++

Features
Expand All @@ -15,7 +15,6 @@ Changes from 0.8.0:
* Initializing ``GoogleStorageDriver`` with an invalid credentials file will
raise ``CredentialsError`` exception instead of ``CloudStorageError``.


0.8.0 (2018-11-06)
++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
project = 'Cloud Storage'
copyright = 'Copyright 2017-2018 Scott Werner'
author = 'Scott Werner'
version = release = '0.8.0'
version = release = '0.9.0'

# on_rtd is whether we are on readthedocs.org
on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def read(*names, **kwargs):

setup(
name='cloudstorage',
version='0.8.0',
version='0.9.0',
license='MIT',
description='Unified cloud storage API for storage services.',
long_description='%s\n%s' % (
Expand Down
2 changes: 1 addition & 1 deletion src/cloudstorage/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
]

__title__ = 'Cloud Storage'
__version__ = '0.8.0'
__version__ = '0.9.0'
__author__ = 'Scott Werner'
__license__ = 'MIT'
__copyright__ = 'Copyright 2017-2018 Scott Werner'
Expand Down

0 comments on commit 2b257c8

Please sign in to comment.