Release azure-cli-configure 2.0.3 (#2894)

This commit is contained in:
Derek Bekoe 2017-04-17 13:26:17 -07:00 коммит произвёл GitHub
Родитель eeb990a877
Коммит f503aba6ed
2 изменённых файлов: 6 добавлений и 1 удалений

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

@ -3,6 +3,11 @@
Release History
===============
2.0.3 (2017-04-17)
++++++++++++++++++
* Apply core changes required for API profile support (#2834) & JSON string parsing from shell (#2705)
2.0.2 (2017-04-03)
++++++++++++++++++

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

@ -8,7 +8,7 @@
from codecs import open
from setuptools import setup
VERSION = '2.0.2+dev'
VERSION = '2.0.3+dev'
CLASSIFIERS = [
'Development Status :: 5 - Production/Stable',