File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Expand file tree Collapse file tree 4 files changed +6
-3
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.4 (2025-06-03)
6
+ - Calendar: Schedule.get_calendar method can now use query objects with select, expand and order by (Thanks @RogerSelwyn )
7
+
5
8
## Version 2.1.3 (2025-06-03)
6
9
- Calendar: Added the recurrence type (Thanks @RogerSelwyn )
7
10
- Calendar: Added the transaction id (Thanks @RogerSelwyn )
Original file line number Diff line number Diff line change 1
- __version__ = '2.1.3 '
1
+ __version__ = '2.1.4 '
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
dynamic = [" license" ]
3
3
name = " o365"
4
- version = " 2.1.3 "
4
+ version = " 2.1.4 "
5
5
description = " O365 - Microsoft Graph and Office 365 API made easy"
6
6
readme = " README.md"
7
7
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.1.3 '
6
+ VERSION = '2.1.4 '
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