Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
Signed-off-by: Kouhei Maeda <mkouhei@palmtb.net>
  • Loading branch information
mkouhei committed Mar 10, 2015
1 parent 34a7fa5 commit 3e9cd79
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions docs/HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
History
-------

0.6.1 (2015-03-09)
^^^^^^^^^^^^^^^^^^

* Fixed storage uri
* Supported PyPy
* Updated pre-commit hook script
* Applied inherited-members to Sphinx documentation
* Changed attribute of automodule

0.6.0 (2015-03-06)
^^^^^^^^^^^^^^^^^^

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
# The short X.Y version.
version = '0.6'
# The full version, including alpha/beta/rc tags.
release = '0.6.0'
release = '0.6.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def run_tests(self):
requires = ['setuptools', 'requests', 'python-magic', 'urllib3']

setup(name='swiftsc',
version='0.6.0',
version='0.6.1',
description='Simple client library of OpenStack Swift',
long_description=long_description,
author='Kouhei Maeda',
Expand Down

0 comments on commit 3e9cd79

Please sign in to comment.