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 Sep 3, 2015
1 parent a2016d2 commit 3dd6f73
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions docs/HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
History
-------

0.7.1 (2015-09-04)
^^^^^^^^^^^^^^^^^^

* Adds Authentication error for temp auth.
* Adds Authentication error for KeyStone.

0.7.0 (2015-08-30)
^^^^^^^^^^^^^^^^^^

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.7'
# The full version, including alpha/beta/rc tags.
release = '0.7.0'
release = '0.7.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 @@ -87,7 +87,7 @@ def read_content(filepath):
fobj.write('\n'.join(extras_require.get('reST')))

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

0 comments on commit 3dd6f73

Please sign in to comment.