Skip to content

Commit 09e9f18

Browse files
committed
Merge pull request #47 from emgerner-msft/master
Version 0.20.2
2 parents 6c95bd6 + 10ee741 commit 09e9f18

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

azure/storage/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414
#--------------------------------------------------------------------------
1515
__author__ = 'Microsoft Corp. <[email protected]>'
16-
__version__ = '0.20.1'
16+
__version__ = '0.20.2'
1717

1818
# x-ms-version for storage service.
1919
X_MS_VERSION = '2014-02-14'

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@
5353
# built documents.
5454
#
5555
# The short X.Y version.
56-
version = '0.20.1'
56+
version = '0.20.2'
5757
# The full version, including alpha/beta/rc tags.
58-
release = '0.20.1'
58+
release = '0.20.2'
5959

6060
# The language for content autogenerated by Sphinx. Refer to documentation
6161
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
setup(
3737
name='azure-storage',
38-
version='0.20.1',
38+
version='0.20.2',
3939
description='Microsoft Azure Storage Client Library for Python',
4040
long_description=open('README.rst', 'r').read(),
4141
license='Apache License 2.0',

0 commit comments

Comments
 (0)