We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a9cd0a commit 7b8759fCopy full SHA for 7b8759f
README.rst
@@ -15,6 +15,10 @@ Handles multi-API versions of Azure Storage Data Plane originally from https://g
15
Change Log
16
----------
17
18
+0.1.5
19
++++++
20
+* Mark futures as optional using environment markers so pip will evaluate the dependencies late and not install futures on Python 3.
21
+
22
0.1.4
23
+++++
24
* Fix for sdist (source distribution) not including azure/__init__.py.
setup.py
@@ -35,7 +35,7 @@
35
36
setup(
37
name='azure-multiapi-storage',
38
- version='0.1.4',
+ version='0.1.5',
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