We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12ca44e commit 4b8f867Copy full SHA for 4b8f867
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.4
21
++++++
22
+* Remove __init__.py under azure
23
+
24
0.3.2
25
+++++
26
* Fix package issue
azure/__init__.py
setup.py
@@ -35,7 +35,7 @@
35
36
setup(
37
name='azure-multiapi-storage',
38
- version='0.3.3',
+ version='0.3.4',
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