Skip to content

Commit 7b8759f

Browse files
authored
Release 0.1.5 (#7)
1 parent 3a9cd0a commit 7b8759f

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
@@ -15,6 +15,10 @@ Handles multi-API versions of Azure Storage Data Plane originally from https://g
1515
Change Log
1616
----------
1717

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+
1822
0.1.4
1923
+++++
2024
* Fix for sdist (source distribution) not including azure/__init__.py.

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