We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c088801 commit 4984868Copy full SHA for 4984868
README.rst
@@ -17,6 +17,10 @@ Handles multi-API versions of Azure Storage Data Plane originally from https://g
17
18
Change Log
19
----------
20
+0.3.6
21
++++++
22
+* Fix package problem to include packages under the azure namespace
23
+
24
0.3.5
25
+++++
26
* Fix package problem: update prg_resources to pkgutil
setup.py
@@ -35,7 +35,7 @@
35
36
setup(
37
name='azure-multiapi-storage',
38
- version='0.3.5',
+ version='0.3.6',
39
description='Microsoft Azure Storage Client Library for Python with multi API version support.',
40
long_description=open('README.rst', 'r').read(),
41
license='MIT',
0 commit comments