Skip to content

Commit

Permalink
Release azure-cli-core 0.1.1b1 (#1762)
Browse files Browse the repository at this point in the history
  • Loading branch information
derekbekoe authored Jan 17, 2017
1 parent 3828e2d commit 65925d6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions src/azure-cli-core/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
Release History
===============

0.1.1b1 (2017-01-17)
+++++++++++++++++++++

* Improve @file handling logic.
* Telemetry code improvements and readability changes.
* Fix incorrect parsing of argument name when description contains ':'
* Correct endpoints for USGov.


0.1.0b11 (2016-12-12)
+++++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion src/azure-cli-core/azure/cli/core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
import pkg_resources
pkg_resources.declare_namespace(__name__)

__version__ = "0.1.0b11+dev"
__version__ = "0.1.1b1+dev"
2 changes: 1 addition & 1 deletion src/azure-cli-core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from codecs import open
from setuptools import setup

VERSION = "0.1.0b11+dev"
VERSION = "0.1.1b1+dev"

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

0 comments on commit 65925d6

Please sign in to comment.