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 22
33Almost every release features a lot of bugfixes but those are not listed here.
44
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+
58## Version 2.1.3 (2025-06-03)
69- Calendar: Added the recurrence type (Thanks @RogerSelwyn )
710- 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 11[project ]
22dynamic = [" license" ]
33name = " o365"
4- version = " 2.1.3 "
4+ version = " 2.1.4 "
55description = " O365 - Microsoft Graph and Office 365 API made easy"
66readme = " README.md"
77requires-python = " >=3.9"
Original file line number Diff line number Diff line change 33from setuptools import setup , find_packages
44
55
6- VERSION = '2.1.3 '
6+ VERSION = '2.1.4 '
77
88# Available classifiers: https://pypi.org/pypi?%3Aaction=list_classifiers
99CLASSIFIERS = [
You can’t perform that action at this time.
0 commit comments