File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
33Almost every release features a lot of bugfixes but those are not listed here.
44
5- ## Version 2.1.0 (2025-02-13 )
5+ ## Version 2.1.0 (2025-02-11 )
66
77> [ !IMPORTANT]
88> Removed custom authentication in favour of msal. Old tokens will not work with this version and will require a new authentication flow.
Original file line number Diff line number Diff line change 1- __version__ = '2.0.38 '
1+ __version__ = '2.1.0 '
Original file line number Diff line number Diff line change 11[project ]
22name = " o365"
3- version = " 2.0.38 "
3+ version = " 2.1.0 "
44description = " O365 - Microsoft Graph and Office 365 API made easy"
55readme = " README.md"
66requires-python = " >=3.9"
Original file line number Diff line number Diff line change 33from setuptools import setup , find_packages
44
55
6- VERSION = '2.0.38 '
6+ VERSION = '2.1.0 '
77
88# Available classifiers: https://pypi.org/pypi?%3Aaction=list_classifiers
99CLASSIFIERS = [
You can’t perform that action at this time.
0 commit comments