зеркало из 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
|
Release History
|
||||||
===============
|
===============
|
||||||
|
2.0.14 (2017-08-15)
|
||||||
|
+++++++++++++++++++
|
||||||
|
* no changes
|
||||||
|
|
||||||
2.0.13 (2017-08-11)
|
2.0.13 (2017-08-11)
|
||||||
+++++++++++++++++++
|
+++++++++++++++++++
|
||||||
* no changes
|
* no changes
|
||||||
|
|
|
@ -11,4 +11,4 @@ import pkg_resources
|
||||||
pkg_resources.declare_namespace(__name__)
|
pkg_resources.declare_namespace(__name__)
|
||||||
|
|
||||||
__author__ = "Microsoft Corporation <python@microsoft.com>"
|
__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")
|
logger.warn("Wheel is not available, disabling bdist_wheel hook")
|
||||||
cmdclass = {}
|
cmdclass = {}
|
||||||
|
|
||||||
VERSION = "2.0.13+dev"
|
VERSION = "2.0.14+dev"
|
||||||
# If we have source, validate that our version numbers match
|
# If we have source, validate that our version numbers match
|
||||||
# This should prevent uploading releases with mismatched versions.
|
# This should prevent uploading releases with mismatched versions.
|
||||||
try:
|
try:
|
||||||
|
|
Загрузка…
Ссылка в новой задаче