We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd18f31 commit e1fed8aCopy full SHA for e1fed8a
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.7
21
++++++
22
+* Fix syntax warning in python 3.8
23
+
24
0.3.6
25
+++++
26
* Fix package problem to include packages under the azure namespace
setup.py
@@ -35,7 +35,7 @@
35
36
setup(
37
name='azure-multiapi-storage',
38
- version='0.3.6',
+ version='0.3.7',
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