Skip to content

Commit 4984868

Browse files
authored
upgrade version (#32)
1 parent c088801 commit 4984868

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.rst

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ Handles multi-API versions of Azure Storage Data Plane originally from https://g
1717

1818
Change Log
1919
----------
20+
0.3.6
21+
+++++
22+
* Fix package problem to include packages under the azure namespace
23+
2024
0.3.5
2125
+++++
2226
* Fix package problem: update prg_resources to pkgutil

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
setup(
3737
name='azure-multiapi-storage',
38-
version='0.3.5',
38+
version='0.3.6',
3939
description='Microsoft Azure Storage Client Library for Python with multi API version support.',
4040
long_description=open('README.rst', 'r').read(),
4141
license='MIT',

0 commit comments

Comments
 (0)