This repository was archived by the owner on Apr 10, 2024. It is now read-only.
File tree 4 files changed +15
-5
lines changed
4 files changed +15
-5
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,16 @@ To install:
20
20
Release History
21
21
---------------
22
22
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
+
23
33
2018-06-13 Version 0.4.32
24
34
+++++++++++++++++++++++++
25
35
Original file line number Diff line number Diff line change 56
56
57
57
# General information about the project.
58
58
project = u'msrestazure'
59
- copyright = u'2016-2017 , Microsoft'
59
+ copyright = u'2016-2018 , Microsoft'
60
60
61
61
# The version info for the project you're documenting, acts as replacement for
62
62
# |version| and |release|, also used in various other places throughout the
63
63
# built documents.
64
64
#
65
65
# The short X.Y version.
66
- version = '0.4.32 '
66
+ version = '0.4.33 '
67
67
# The full version, including alpha/beta/rc tags.
68
- release = '0.4.32 '
68
+ release = '0.4.33 '
69
69
70
70
# The language for content autogenerated by Sphinx. Refer to documentation
71
71
# for a list of supported languages.
Original file line number Diff line number Diff line change 25
25
# --------------------------------------------------------------------------
26
26
27
27
#: version of the package. Use msrestazure.__version__ instead.
28
- msrestazure_version = "0.4.32 "
28
+ msrestazure_version = "0.4.33 "
Original file line number Diff line number Diff line change 28
28
29
29
setup (
30
30
name = 'msrestazure' ,
31
- version = '0.4.32 ' ,
31
+ version = '0.4.33 ' ,
32
32
author = 'Microsoft Corporation' ,
33
33
34
34
packages = find_packages (exclude = ["tests" , "tests.*" ]),
You can’t perform that action at this time.
0 commit comments