File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,11 @@ To install:
2020 Release History
2121---------------
2222
23+ 2018-04-30 Version 0.4.29
24+ +++++++++++++++++++++++++
25+
26+ - Improve `SDKClient.__exit__ ` to take exc_details as optional parameters and not required
27+
23282018-04-18 Version 0.4.28
2429+++++++++++++++++++++++++
2530
Original file line number Diff line number Diff line change 6262# built documents.
6363#
6464# The short X.Y version.
65- version = '0.4.28 '
65+ version = '0.4.29 '
6666# The full version, including alpha/beta/rc tags.
67- release = '0.4.28 '
67+ release = '0.4.29 '
6868
6969# The language for content autogenerated by Sphinx. Refer to documentation
7070# for a list of supported languages.
Original file line number Diff line number Diff line change 2525# --------------------------------------------------------------------------
2626
2727#: version of this package. Use msrest.__version__ instead
28- msrest_version = "0.4.28 "
28+ msrest_version = "0.4.29 "
Original file line number Diff line number Diff line change 2828
2929setup (
3030 name = 'msrest' ,
31- version = '0.4.28 ' ,
31+ version = '0.4.29 ' ,
3232 author = 'Microsoft Corporation' ,
3333 packages = find_packages (exclude = ["tests" , "tests.*" ]),
3434 url = ("https://github.com/Azure/msrest-for-python" ),
You can’t perform that action at this time.
0 commit comments