зеркало из https://github.com/microsoft/azure-cli.git
Release azure-cli 2.0.14
This commit is contained in:
Родитель
c3d882492c
Коммит
9e9e75679b
|
@ -2,6 +2,10 @@
|
|||
|
||||
Release History
|
||||
===============
|
||||
2.0.14 (2017-08-15)
|
||||
+++++++++++++++++++
|
||||
* no changes
|
||||
|
||||
2.0.13 (2017-08-11)
|
||||
+++++++++++++++++++
|
||||
* no changes
|
||||
|
|
|
@ -11,4 +11,4 @@ import pkg_resources
|
|||
pkg_resources.declare_namespace(__name__)
|
||||
|
||||
__author__ = "Microsoft Corporation <python@microsoft.com>"
|
||||
__version__ = "2.0.13+dev"
|
||||
__version__ = "2.0.14+dev"
|
||||
|
|
|
@ -15,7 +15,7 @@ except ImportError:
|
|||
logger.warn("Wheel is not available, disabling bdist_wheel hook")
|
||||
cmdclass = {}
|
||||
|
||||
VERSION = "2.0.13+dev"
|
||||
VERSION = "2.0.14+dev"
|
||||
# If we have source, validate that our version numbers match
|
||||
# This should prevent uploading releases with mismatched versions.
|
||||
try:
|
||||
|
|
Загрузка…
Ссылка в новой задаче