File tree Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,13 @@ To install:
2020 Release History
2121---------------
2222
23+ 2017-08-23 Version 0.4.14
24+ +++++++++++++++++++++++++
25+
26+ **Bugfixes **
27+
28+ - Fix regression introduced in msrest 0.4.12 - dict syntax with enum modeled as string and enum used
29+
23302017-08-22 Version 0.4.13
2431+++++++++++++++++++++++++
2532
Original file line number Diff line number Diff line change 5858# built documents.
5959#
6060# The short X.Y version.
61- version = '0.4.13 '
61+ version = '0.4.14 '
6262# The full version, including alpha/beta/rc tags.
63- release = '0.4.13 '
63+ release = '0.4.14 '
6464
6565# The language for content autogenerated by Sphinx. Refer to documentation
6666# for a list of supported languages.
Original file line number Diff line number Diff line change 2525# --------------------------------------------------------------------------
2626
2727
28- msrest_version = "0.4.13 "
28+ msrest_version = "0.4.14 "
Original file line number Diff line number Diff line change 2828
2929setup (
3030 name = 'msrest' ,
31- version = '0.4.13 ' ,
31+ version = '0.4.14 ' ,
3232 author = 'Microsoft Corporation' ,
3333 packages = ['msrest' ],
3434 url = ("https://github.com/Azure/msrest-for-python" ),
You can’t perform that action at this time.
0 commit comments