Skip to content

Commit

Permalink
Merge pull request #61 from scottwernervt/release/prepare-0-10-1
Browse files Browse the repository at this point in the history
Bump version to v0.10.1
  • Loading branch information
scottwernervt committed Apr 20, 2020
2 parents 79cac3d + 740cb2d commit b2737d1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Expand Up @@ -3,7 +3,7 @@
Changelog
---------

0.10.1 (Unreleased)
0.10.1 (2020-04-20)
+++++++++++++++++++

Features
Expand All @@ -13,7 +13,7 @@ Features

Bugs

* Freeze package ``azure`` to version `4.0.0` (`#58 <https://github.com/scottwernervt/cloudstorage/issues/58>`_). Thanks @Nadine-H.
* Freeze package ``azure`` to version `4.0.0` (`#58 <https://github.com/scottwernervt/cloudstorage/issues/58>`_).
* Drop support for ``python 3.4`` due to ``PyYAML`` requirement ``!=3.4.*``.

0.10.0 (2019-08-10)
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -22,7 +22,7 @@
project = 'Cloud Storage'
copyright = 'Copyright 2017-2018 Scott Werner'
author = 'Scott Werner'
version = release = '0.10.0'
version = release = '0.10.1'

# 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
Expand Up @@ -16,7 +16,7 @@ def read(*names, **kwargs):

setup(
name='cloudstorage',
version='0.10.0',
version='0.10.1',
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
Expand Up @@ -19,7 +19,7 @@
]

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

0 comments on commit b2737d1

Please sign in to comment.