Skip to content

Commit

Permalink
msrest 0.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
lmazuel committed Jul 24, 2019
1 parent 4cc8bc8 commit 91b7392
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ To install:
Release History
---------------

2019-07-24 Versopm 0.6.9
++++++++++++++++++++++++

**Features**

- Accept extensions of JSON mimetype as valid JSON #167

2019-06-24 Version 0.6.8
++++++++++++++++++++++++

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 @@
# --------------------------------------------------------------------------

#: version of this package. Use msrest.__version__ instead
msrest_version = "0.6.8"
msrest_version = "0.6.9"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

setup(
name='msrest',
version='0.6.8',
version='0.6.9',
author='Microsoft Corporation',
packages=find_packages(exclude=["tests", "tests.*"]),
url=("https://github.com/Azure/msrest-for-python"),
Expand Down

0 comments on commit 91b7392

Please sign in to comment.