File tree Expand file tree Collapse file tree 4 files changed +15
-4
lines changed
Expand file tree Collapse file tree 4 files changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,17 @@ To install:
2020 Release History
2121---------------
2222
23+ 2018-03-07 Version 0.4.27
24+ +++++++++++++++++++++++++
25+
26+ **Features **
27+
28+ - Disable HTTP log by default (security), add `enable_http_log ` to restore it #86
29+
30+ **BugFixes **
31+
32+ - Fix incorrect date parsing if ms precision is over 6 digits #82
33+
23342018-01-30 Version 0.4.26
2435+++++++++++++++++++++++++
2536
Original file line number Diff line number Diff line change 5858# built documents.
5959#
6060# The short X.Y version.
61- version = '0.4.26 '
61+ version = '0.4.27 '
6262# The full version, including alpha/beta/rc tags.
63- release = '0.4.26 '
63+ release = '0.4.27 '
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#: version of this package. Use msrest.__version__ instead
28- msrest_version = "0.4.26 "
28+ msrest_version = "0.4.27 "
Original file line number Diff line number Diff line change 2828
2929setup (
3030 name = 'msrest' ,
31- version = '0.4.26 ' ,
31+ version = '0.4.27 ' ,
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