Skip to content

Commit

Permalink
Update change log and version numbers for 0.10.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
huguesv committed Apr 28, 2015
1 parent 24b2be2 commit ed97d9b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions ChangeLog.txt
@@ -1,3 +1,7 @@
2015-04-28 Version 0.10.2
* Fixes for bugs:
#338 Version 0.10.0 fails with 'SocketReader' object has no attribute 'tell'

2015-03-13 Version 0.10.0

IMPORTANT CHANGE THAT AFFECTS STORAGE USERS (BLOB, QUEUE, TABLE):
Expand Down
2 changes: 1 addition & 1 deletion azure/__init__.py
Expand Up @@ -43,7 +43,7 @@
# constants

__author__ = 'Microsoft Corp. <ptvshelp@microsoft.com>'
__version__ = '0.10.0'
__version__ = '0.10.2'

# Live ServiceClient URLs
BLOB_SERVICE_HOST_BASE = '.blob.core.windows.net'
Expand Down
4 changes: 2 additions & 2 deletions doc/conf.py
Expand Up @@ -53,9 +53,9 @@
# built documents.
#
# The short X.Y version.
version = '0.10.0'
version = '0.10.2'
# The full version, including alpha/beta/rc tags.
release = '0.10.0'
release = '0.10.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
Expand Up @@ -30,7 +30,7 @@
# python setup.py sdist upload

setup(name='azure',
version='0.10.0',
version='0.10.2',
description='Microsoft Azure client APIs',
long_description=open('README.rst', 'r').read(),
license='Apache License 2.0',
Expand Down

0 comments on commit ed97d9b

Please sign in to comment.