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

Commit bc59bae

Browse files
committed
msrestazure 0.4.33
1 parent 4e71db6 commit bc59bae

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed

README.rst

+10
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,16 @@ To install:
2020
Release History
2121
---------------
2222

23+
2018-06-21 Version 0.4.33
24+
+++++++++++++++++++++++++
25+
26+
**Bugfixes**
27+
28+
- Fixes refreshToken in UserPassCredentials and AADTokenCredentials #103
29+
- Fix US government cloud definition #104
30+
31+
Thanks to mjcaley for his contribution
32+
2333
2018-06-13 Version 0.4.32
2434
+++++++++++++++++++++++++
2535

doc/conf.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -56,16 +56,16 @@
5656

5757
# General information about the project.
5858
project = u'msrestazure'
59-
copyright = u'2016-2017, Microsoft'
59+
copyright = u'2016-2018, Microsoft'
6060

6161
# The version info for the project you're documenting, acts as replacement for
6262
# |version| and |release|, also used in various other places throughout the
6363
# built documents.
6464
#
6565
# The short X.Y version.
66-
version = '0.4.32'
66+
version = '0.4.33'
6767
# The full version, including alpha/beta/rc tags.
68-
release = '0.4.32'
68+
release = '0.4.33'
6969

7070
# The language for content autogenerated by Sphinx. Refer to documentation
7171
# for a list of supported languages.

msrestazure/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@
2525
# --------------------------------------------------------------------------
2626

2727
#: version of the package. Use msrestazure.__version__ instead.
28-
msrestazure_version = "0.4.32"
28+
msrestazure_version = "0.4.33"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
setup(
3030
name='msrestazure',
31-
version='0.4.32',
31+
version='0.4.33',
3232
author='Microsoft Corporation',
3333
author_email='[email protected]',
3434
packages=find_packages(exclude=["tests", "tests.*"]),

0 commit comments

Comments
 (0)