This commit is contained in:
Laurent Mazuel 2017-08-22 09:27:30 -07:00
Родитель c3127d7d28
Коммит 07cec915d6
4 изменённых файлов: 11 добавлений и 4 удалений

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

@ -20,6 +20,13 @@ To install:
Release History
---------------
2017-08-22 Version 0.4.13
+++++++++++++++++++++++++
**Bugfixes**
- Fix regression introduced in msrest 0.4.12 - dict syntax using isodate.Duration (#42)
2017-08-21 Version 0.4.12
+++++++++++++++++++++++++

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

@ -58,9 +58,9 @@ copyright = u'2016-2017, Microsoft'
# built documents.
#
# The short X.Y version.
version = '0.4.12'
version = '0.4.13'
# The full version, including alpha/beta/rc tags.
release = '0.4.12'
release = '0.4.13'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

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

@ -25,4 +25,4 @@
# --------------------------------------------------------------------------
msrest_version = "0.4.12"
msrest_version = "0.4.13"

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

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