This repository was archived by the owner on Apr 10, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed
Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,13 @@ To install:
2020 Release History
2121---------------
2222
23+ 2018-07-02 Version 0.4.34
24+ +++++++++++++++++++++++++
25+
26+ **Bugfixes **
27+
28+ - MSIAuthentication should initialize the token attribute on creation #106
29+
23302018-06-21 Version 0.4.33
2431+++++++++++++++++++++++++
2532
Original file line number Diff line number Diff line change 6363# built documents.
6464#
6565# The short X.Y version.
66- version = '0.4.33 '
66+ version = '0.4.34 '
6767# The full version, including alpha/beta/rc tags.
68- release = '0.4.33 '
68+ release = '0.4.34 '
6969
7070# The language for content autogenerated by Sphinx. Refer to documentation
7171# for a list of supported languages.
Original file line number Diff line number Diff line change 2525# --------------------------------------------------------------------------
2626
2727#: version of the package. Use msrestazure.__version__ instead.
28- msrestazure_version = "0.4.33 "
28+ msrestazure_version = "0.4.34 "
Original file line number Diff line number Diff line change 2828
2929setup (
3030 name = 'msrestazure' ,
31- version = '0.4.33 ' ,
31+ version = '0.4.34 ' ,
3232 author = 'Microsoft Corporation' ,
3333 author_email = 'azpysdkhelp@microsoft.com' ,
3434 packages = find_packages (exclude = ["tests" , "tests.*" ]),
4646 'Programming Language :: Python :: 3.4' ,
4747 'Programming Language :: Python :: 3.5' ,
4848 'Programming Language :: Python :: 3.6' ,
49+ 'Programming Language :: Python :: 3.7' ,
4950 'License :: OSI Approved :: MIT License' ,
5051 'Topic :: Software Development' ],
5152 install_requires = [
You can’t perform that action at this time.
0 commit comments