This commit is contained in:
Laurent Mazuel 2019-06-12 08:38:57 -07:00
Родитель 7ad6a11036
Коммит 82b549618a
3 изменённых файлов: 11 добавлений и 2 удалений

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

@ -20,6 +20,15 @@ To install:
Release History
---------------
2019-06-12 Version 0.6.7
++++++++++++++++++++++++
**Features**
- Add DomainCredentials credentials for EventGrid
Thanks to kalyanaj for the contribution
2019-03-21 Version 0.6.6
++++++++++++++++++++++++

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

@ -25,4 +25,4 @@
# --------------------------------------------------------------------------
#: version of this package. Use msrest.__version__ instead
msrest_version = "0.6.6"
msrest_version = "0.6.7"

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

@ -28,7 +28,7 @@ from setuptools import setup, find_packages
setup(
name='msrest',
version='0.6.6',
version='0.6.7',
author='Microsoft Corporation',
packages=find_packages(exclude=["tests", "tests.*"]),
url=("https://github.com/Azure/msrest-for-python"),