Skip to content

Commit e1fed8a

Browse files
authored
upgarde (#33)
1 parent dd18f31 commit e1fed8a

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.7
21+
+++++
22+
* Fix syntax warning in python 3.8
23+
2024
0.3.6
2125
+++++
2226
* Fix package problem to include packages under the azure namespace

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.6',
38+
version='0.3.7',
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)