This commit is contained in:
samedder 2017-08-23 15:46:45 -07:00 коммит произвёл GitHub
Родитель 22194760d5
Коммит 88eddd47bb
2 изменённых файлов: 7 добавлений и 1 удалений

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

@ -16,6 +16,12 @@ To get started, after installation run the following:
Change Log
==========
1.1.0
-----
- Added support for authenticating (#10)
- Improved application upload performance (#11)
1.0.1
-----

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

@ -17,7 +17,7 @@ def read(fname):
setup(
name='sfctl',
version='1.0.1',
version='1.1.0',
description='Azure Service Fabric command line',
long_description=read('README.rst'),
url='https://github.com/Azure/service-fabric-cli',