File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Almost every release features a lot of bugfixes but those are not listed here.
4
4
5
- ## Version 2.1.0 (2025-02-13 )
5
+ ## Version 2.1.0 (2025-02-11 )
6
6
7
7
> [ !IMPORTANT]
8
8
> 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 1
1
[project ]
2
2
name = " o365"
3
- version = " 2.0.38 "
3
+ version = " 2.1.0 "
4
4
description = " O365 - Microsoft Graph and Office 365 API made easy"
5
5
readme = " README.md"
6
6
requires-python = " >=3.9"
Original file line number Diff line number Diff line change 3
3
from setuptools import setup , find_packages
4
4
5
5
6
- VERSION = '2.0.38 '
6
+ VERSION = '2.1.0 '
7
7
8
8
# Available classifiers: https://pypi.org/pypi?%3Aaction=list_classifiers
9
9
CLASSIFIERS = [
You can’t perform that action at this time.
0 commit comments