Skip to content

Commit 65925d6

Browse files
authored
Release azure-cli-core 0.1.1b1 (#1762)
1 parent 3828e2d commit 65925d6

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

src/azure-cli-core/HISTORY.rst

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

6+
0.1.1b1 (2017-01-17)
7+
+++++++++++++++++++++
8+
9+
* Improve @file handling logic.
10+
* Telemetry code improvements and readability changes.
11+
* Fix incorrect parsing of argument name when description contains ':'
12+
* Correct endpoints for USGov.
13+
14+
615
0.1.0b11 (2016-12-12)
716
+++++++++++++++++++++
817

src/azure-cli-core/azure/cli/core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
import pkg_resources
66
pkg_resources.declare_namespace(__name__)
77

8-
__version__ = "0.1.0b11+dev"
8+
__version__ = "0.1.1b1+dev"

src/azure-cli-core/setup.py

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

12-
VERSION = "0.1.0b11+dev"
12+
VERSION = "0.1.1b1+dev"
1313

1414
# If we have source, validate that our version numbers match
1515
# This should prevent uploading releases with mismatched versions.

0 commit comments

Comments
 (0)