Skip to content

Commit

Permalink
Merge pull request #47 from emgerner-msft/master
Browse files Browse the repository at this point in the history
Version 0.20.2
  • Loading branch information
emgerner-msft committed Sep 29, 2015
2 parents 6c95bd6 + 10ee741 commit 09e9f18
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion azure/storage/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.
#--------------------------------------------------------------------------
__author__ = 'Microsoft Corp. <ptvshelp@microsoft.com>'
__version__ = '0.20.1'
__version__ = '0.20.2'

# x-ms-version for storage service.
X_MS_VERSION = '2014-02-14'
Expand Down
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
# built documents.
#
# The short X.Y version.
version = '0.20.1'
version = '0.20.2'
# The full version, including alpha/beta/rc tags.
release = '0.20.1'
release = '0.20.2'

# 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 @@ -35,7 +35,7 @@

setup(
name='azure-storage',
version='0.20.1',
version='0.20.2',
description='Microsoft Azure Storage Client Library for Python',
long_description=open('README.rst', 'r').read(),
license='Apache License 2.0',
Expand Down

0 comments on commit 09e9f18

Please sign in to comment.