Skip to content

Commit

Permalink
0.6.16
Browse files Browse the repository at this point in the history
  • Loading branch information
lmazuel committed Jun 9, 2020
1 parent 9757d4c commit 6969d6a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ To install:
Release History
---------------

2020-XX-XX Version 0.6.16
2020-06-09 Version 0.6.16
+++++++++++++++++++++++++

**Bugfixes**
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.15"
msrest_version = "0.6.16"
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.15',
version='0.6.16',
author='Microsoft Corporation',
packages=find_packages(exclude=["tests", "tests.*"]),
url=("https://github.com/Azure/msrest-for-python"),
Expand Down

0 comments on commit 6969d6a

Please sign in to comment.