File tree Expand file tree Collapse file tree 4 files changed +14
-6
lines changed Expand file tree Collapse file tree 4 files changed +14
-6
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,14 @@ To install:
2020 Release History
2121---------------
2222
23+ 2017-05-22 Version 0.4.8
24+ ++++++++++++++++++++++++
25+
26+ **Bugfixes **
27+
28+ - Fix random "pool is closed" error (#29)
29+ - Fix requests dependency to version 2.x, since version 3.x is annunced to be breaking.
30+
23312017-04-04 Version 0.4.7
2432++++++++++++++++++++++++
2533
Original file line number Diff line number Diff line change 5858# built documents.
5959#
6060# The short X.Y version.
61- version = '0.4.7 '
61+ version = '0.4.8 '
6262# The full version, including alpha/beta/rc tags.
63- release = '0.4.7 '
63+ release = '0.4.8 '
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.7 "
28+ msrest_version = "0.4.8 "
Original file line number Diff line number Diff line change 2828
2929setup (
3030 name = 'msrest' ,
31- version = '0.4.8rc1 ' ,
31+ version = '0.4.8 ' ,
3232 author = 'Microsoft Corporation' ,
3333 packages = ['msrest' ],
3434 url = ("https://github.com/Azure/msrest-for-python" ),
4848 'License :: OSI Approved :: MIT License' ,
4949 'Topic :: Software Development' ],
5050 install_requires = [
51- "requests> =2.7.0 " ,
51+ "requests~ =2.14.1 " ,
5252 "requests_oauthlib>=0.5.0" ,
5353 "isodate>=0.5.4" ,
54- "certifi>=2015.9.6.2 " ,
54+ "certifi>=2017.4.17 " ,
5555 ],
5656 extras_require = {
5757 ":python_version<'3.4'" : ['enum34>=1.0.4' ],
You can’t perform that action at this time.
0 commit comments