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

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

@ -3,8 +3,8 @@
Release History
===============
unreleased
++++++++++
2.0.1 (2017-04-17)
++++++++++++++++++
* Add profile switching params and profile listing command
* Modify az cloud register and az cloud update to include the —profile parameter

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

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