msrest 0.4.13
This commit is contained in:
Родитель
c3127d7d28
Коммит
07cec915d6
|
@ -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"
|
||||
|
|
2
setup.py
2
setup.py
|
@ -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"),
|
||||
|
|
Загрузка…
Ссылка в новой задаче