Skip to content

Commit 5387998

Browse files
authored
Release azure-cli-storage 0.1.1b1 (#1760)
1 parent 38f695f commit 5387998

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

src/command_modules/azure-cli-storage/HISTORY.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
Release History
44
===============
55

6+
0.1.1b1 (2017-01-17)
7+
+++++++++++++++++++++
8+
9+
* Fix blob type validator.
10+
* Fix copy source convenience parameters.
11+
* Workaround for blob upload.
12+
613
0.1.0b11 (2016-12-12)
714
+++++++++++++++++++++
815

src/command_modules/azure-cli-storage/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from codecs import open
99
from setuptools import setup
1010

11-
VERSION = '0.1.0b11+dev'
11+
VERSION = '0.1.1b1+dev'
1212

1313
CLASSIFIERS = [
1414
'Development Status :: 4 - Beta',

0 commit comments

Comments
 (0)