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

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

@ -3,6 +3,13 @@
Release History
===============
2.0.1 (2017-04-17)
++++++++++++++++++
* SQL - ability to connect directly to resource provider (#2832)
* Fix doc references to azure.cli.commands (#2740)
* Apply core changes required for API profile support (#2834) & JSON string parsing from shell (#2705)
2.0.0 (2017-04-03)
++++++++++++++++++

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

@ -6,7 +6,7 @@
from codecs import open
from setuptools import setup
VERSION = '2.0.0+dev'
VERSION = '2.0.1+dev'
CLASSIFIERS = [
'Development Status :: 4 - Beta',