Skip to content

Commit

Permalink
msrest 0.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
lmazuel committed May 22, 2017
1 parent 5dba75f commit 166413e
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@ To install:
Release History
---------------

2017-05-22 Version 0.4.8
++++++++++++++++++++++++

**Bugfixes**

- Fix random "pool is closed" error (#29)
- Fix requests dependency to version 2.x, since version 3.x is annunced to be breaking.

2017-04-04 Version 0.4.7
++++++++++++++++++++++++

Expand Down
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
# built documents.
#
# The short X.Y version.
version = '0.4.7'
version = '0.4.8'
# The full version, including alpha/beta/rc tags.
release = '0.4.7'
release = '0.4.8'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion msrest/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
# --------------------------------------------------------------------------


msrest_version = "0.4.7"
msrest_version = "0.4.8"
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

setup(
name='msrest',
version='0.4.8rc1',
version='0.4.8',
author='Microsoft Corporation',
packages=['msrest'],
url=("https://github.com/Azure/msrest-for-python"),
Expand All @@ -48,10 +48,10 @@
'License :: OSI Approved :: MIT License',
'Topic :: Software Development'],
install_requires=[
"requests>=2.7.0",
"requests~=2.14.1",
"requests_oauthlib>=0.5.0",
"isodate>=0.5.4",
"certifi>=2015.9.6.2",
"certifi>=2017.4.17",
],
extras_require={
":python_version<'3.4'": ['enum34>=1.0.4'],
Expand Down

0 comments on commit 166413e

Please sign in to comment.