Skip to content

Commit a58acd9

Browse files
committed
Bumped version number for 2.0 release + new recordings
1 parent 79af7bc commit a58acd9

File tree

615 files changed

+26526
-24876
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

615 files changed

+26526
-24876
lines changed

azure-storage-blob/ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> See [BreakingChanges](BreakingChanges.md) for a detailed list of API breaks.
44
5-
## Version XX.XX.XX:
5+
## Version 2.0.0:
66
- Support for 2018-11-09 REST version. Please see our REST API documentation and blog for information about the related added features.
77
- Added support for append block from URL(synchronously) for append blobs.
88
- Added support for update page from URL(synchronously) for page blobs.

azure-storage-blob/azure/storage/blob/_constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# --------------------------------------------------------------------------
66

77
__author__ = 'Microsoft Corp. <[email protected]>'
8-
__version__ = '1.5.0'
8+
__version__ = '2.0.0'
99

1010
# x-ms-version for storage service.
1111
X_MS_VERSION = '2018-11-09'

azure-storage-blob/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
setup(
4646
name='azure-storage-blob',
47-
version='1.5.0',
47+
version='2.0.0',
4848
description='Microsoft Azure Storage Blob Client Library for Python',
4949
long_description=open('README.rst', 'r').read(),
5050
license='MIT License',

azure-storage-file/ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> See [BreakingChanges](BreakingChanges.md) for a detailed list of API breaks.
44
5-
## Version XX.XX.XX:
5+
## Version 2.0.0:
66
- Support for 2018-11-09 REST version. Please see our REST API documentation and blogs for information about the related added features.
77
- Added an option to get share stats in bytes.
88
- Added support for listing and closing file handles.

azure-storage-file/azure/storage/file/_constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# --------------------------------------------------------------------------
66

77
__author__ = 'Microsoft Corp. <[email protected]>'
8-
__version__ = '1.4.0'
8+
__version__ = '2.0.0'
99

1010
# x-ms-version for storage service.
1111
X_MS_VERSION = '2018-11-09'

azure-storage-file/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
setup(
4646
name='azure-storage-file',
47-
version='1.4.0',
47+
version='2.0.0',
4848
description='Microsoft Azure Storage File Client Library for Python',
4949
long_description=open('README.rst', 'r').read(),
5050
license='MIT License',

azure-storage-queue/ChangeLog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
> See [BreakingChanges](BreakingChanges.md) for a detailed list of API breaks.
44
5+
## Version 2.0.0:
6+
- Support for 2018-11-09 REST version.
7+
58
## Version 1.4.0:
69

710
- azure-storage-nspkg is not installed anymore on Python 3 (PEP420-based namespace package)

azure-storage-queue/azure/storage/queue/_constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# --------------------------------------------------------------------------
66

77
__author__ = 'Microsoft Corp. <[email protected]>'
8-
__version__ = '1.4.0'
8+
__version__ = '2.0.0'
99

1010
# x-ms-version for storage service.
1111
X_MS_VERSION = '2018-03-28'

azure-storage-queue/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
setup(
4646
name='azure-storage-queue',
47-
version='1.4.0',
47+
version='2.0.0',
4848
description='Microsoft Azure Storage Queue Client Library for Python',
4949
long_description=open('README.rst', 'r').read(),
5050
license='MIT License',

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@
5757
# built documents.
5858
#
5959
# The short X.Y version.
60-
version = '1.4.0'
60+
version = '2.0.0'
6161
# The full version, including alpha/beta/rc tags.
62-
release = '1.4.0'
62+
release = '2.0.0'
6363

6464
# The language for content autogenerated by Sphinx. Refer to documentation
6565
# for a list of supported languages.

0 commit comments

Comments
 (0)