Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
msrestazure 0.4.29
Browse files Browse the repository at this point in the history
  • Loading branch information
lmazuel committed Apr 30, 2018
1 parent 9bbb159 commit d841428
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@ To install:
Release History
---------------

2018-04-30 Version 0.4.29
+++++++++++++++++++++++++

**Bugfixes**

- Fix refresh Token on `AADTokenCredentials` (was broken in 0.4.27)
- Now `UserPasswordCredentials` correctly use the refreshToken, and not user/password to refresh the session (was broken in 0.4.27)
- Bring back `keyring`, with minimal dependency 12.0.2 that fixes the installation problem on old Python

2018-04-23 Version 0.4.28
+++++++++++++++++++++++++

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

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

#: version of the package. Use msrestazure.__version__ instead.
msrestazure_version = "0.4.28"
msrestazure_version = "0.4.29"
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='msrestazure',
version='0.4.28',
version='0.4.29',
author='Microsoft Corporation',
author_email='azpysdkhelp@microsoft.com',
packages=find_packages(exclude=["tests", "tests.*"]),
Expand Down

0 comments on commit d841428

Please sign in to comment.