Skip to content

Commit c959476

Browse files
committed
hotfix: bump common version to avoid breaking blob/file/queue v1.5
1 parent 0a92c37 commit c959476

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

azure-storage-common/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 1.4.2:
6+
- Bumped version for dependency fix: same content as 1.4.0
7+
58
## Version 1.4.0:
69

710
- When unable to sign request, avoid wasting time on retries by failing faster.

azure-storage-common/azure/storage/common/_constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import sys
88

99
__author__ = 'Microsoft Corp. <[email protected]>'
10-
__version__ = '1.4.0'
10+
__version__ = '1.4.2'
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

azure-storage-common/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-common',
47-
version='1.4.0',
47+
version='1.4.2',
4848
description='Microsoft Azure Storage Common Client Library for Python',
4949
long_description=open('README.rst', 'r').read(),
5050
license='MIT License',

0 commit comments

Comments
 (0)