This commit is contained in:
azuresdkci 2017-08-15 22:57:24 +00:00
Родитель c3d882492c
Коммит 9e9e75679b
3 изменённых файлов: 6 добавлений и 2 удалений

Просмотреть файл

@ -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: