File tree Expand file tree Collapse file tree 12 files changed +23
-11
lines changed Expand file tree Collapse file tree 12 files changed +23
-11
lines changed Original file line number Diff line number Diff line change 22
33> See [ BreakingChanges] ( BreakingChanges.md ) for a detailed list of API breaks.
44
5+ ## Version 2.0.1:
6+ - Updated dependency on azure-storage-common.
7+
58## Version 2.0.0:
69- Support for 2018-11-09 REST version. Please see our REST API documentation and blog for information about the related added features.
710- Added support for append block from URL(synchronously) for append blobs.
Original file line number Diff line number Diff line change 55# --------------------------------------------------------------------------
66
77__author__ = 'Microsoft Corp. <ptvshelp@microsoft.com>'
8- __version__ = '2.0.0 '
8+ __version__ = '2.0.1 '
99
1010# x-ms-version for storage service.
1111X_MS_VERSION = '2018-11-09'
Original file line number Diff line number Diff line change 4444
4545setup (
4646 name = 'azure-storage-blob' ,
47- version = '2.0.0 ' ,
47+ version = '2.0.1 ' ,
4848 description = 'Microsoft Azure Storage Blob Client Library for Python' ,
4949 long_description = open ('README.rst' , 'r' ).read (),
5050 license = 'MIT License' ,
7272 ]),
7373 install_requires = [
7474 'azure-common>=1.1.5' ,
75- 'azure-storage-common~=1.4 '
75+ 'azure-storage-common~=2.0 '
7676 ],
7777 extras_require = {
7878 ":python_version<'3.0'" : ['futures' ],
Original file line number Diff line number Diff line change 22
33> See [ BreakingChanges] ( BreakingChanges.md ) for a detailed list of API breaks.
44
5+ ## Version 2.0.0:
6+ - Bump version to avoid breaking file/blob/queue v1.5.0.
7+
58## Version 1.4.1:
69- Added minor helpers for SAS related changes
710
Original file line number Diff line number Diff line change 77import sys
88
99__author__ = 'Microsoft Corp. <ptvshelp@microsoft.com>'
10- __version__ = '1.4.1 '
10+ __version__ = '2.0.0 '
1111
1212# UserAgent string sample: 'Azure-Storage/0.37.0-0.38.0 (Python CPython 3.4.2; Windows 8)'
1313# First version(0.37.0) is the common package, and the second version(0.38.0) is the service package
Original file line number Diff line number Diff line change 4444
4545setup (
4646 name = 'azure-storage-common' ,
47- version = '1.4.1 ' ,
47+ version = '2.0.0 ' ,
4848 description = 'Microsoft Azure Storage Common Client Library for Python' ,
4949 long_description = open ('README.rst' , 'r' ).read (),
5050 license = 'MIT License' ,
Original file line number Diff line number Diff line change 22
33> See [ BreakingChanges] ( BreakingChanges.md ) for a detailed list of API breaks.
44
5+ ## Version 2.0.1:
6+ - Updated dependency on azure-storage-common.
7+
58## Version 2.0.0:
69- Support for 2018-11-09 REST version. Please see our REST API documentation and blogs for information about the related added features.
710- Added an option to get share stats in bytes.
Original file line number Diff line number Diff line change 55# --------------------------------------------------------------------------
66
77__author__ = 'Microsoft Corp. <ptvshelp@microsoft.com>'
8- __version__ = '2.0.0 '
8+ __version__ = '2.0.1 '
99
1010# x-ms-version for storage service.
1111X_MS_VERSION = '2018-11-09'
Original file line number Diff line number Diff line change 4444
4545setup (
4646 name = 'azure-storage-file' ,
47- version = '2.0.0 ' ,
47+ version = '2.0.1 ' ,
4848 description = 'Microsoft Azure Storage File Client Library for Python' ,
4949 long_description = open ('README.rst' , 'r' ).read (),
5050 license = 'MIT License' ,
7272 ]),
7373 install_requires = [
7474 'azure-common>=1.1.5' ,
75- 'azure-storage-common~=1.4 '
75+ 'azure-storage-common~=2.0 '
7676 ],
7777 extras_require = {
7878 ":python_version<'3.0'" : ['futures' ],
Original file line number Diff line number Diff line change 22
33> See [ BreakingChanges] ( BreakingChanges.md ) for a detailed list of API breaks.
44
5+ ## Version 2.0.1:
6+ - Updated dependency on azure-storage-common.
7+
58## Version 2.0.0:
69- Support for 2018-11-09 REST version.
710
You can’t perform that action at this time.
0 commit comments