Skip to content

Commit de3b45d

Browse files
committed
bump version to release
1 parent 026b120 commit de3b45d

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGES.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,14 @@
22

33
Almost every release features a lot of bugfixes but those are not listed here.
44

5-
## Version 2.1.5 (2025-08-04)
6-
- Bug fixing release
5+
## Version 2.1.6 (2025-09-05)
6+
7+
> [!IMPORTANT]
8+
> **Breaking Change:** Removed support for Python 3.9
9+
> **Breaking Change:** Removed Old Query in favour of the new QueryBuilder (both are interchangeable for other methods to use it, but are build differently)
10+
11+
- Tasks: Add population of checklist_items on Task (Thanks @RogerSelwyn)
12+
- Excel: Added `append_rows` and `update_cells` to `WorkSheet` (Thanks @luissantosHCIT)
713

814
## Version 2.1.5 (2025-08-04)
915
- Bug fixing release
@@ -20,7 +26,6 @@ Almost every release features a lot of bugfixes but those are not listed here.
2026
- Tasks: Added support for check list items (Thanks @RogerSelwyn)
2127
- Removed Office365 protocol
2228

23-
2429
## Version 2.1.2 (2025-04-08)
2530
- Calendar: list_calendars now allows pagination (Thanks @RogerSelwyn)
2631
- Query: added new experimental Query object that will replace the current Query object in the future. Available in utils.query.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "o365"
3-
version = "2.1.5"
3+
version = "2.1.6"
44
description = "O365 - Microsoft Graph and Office 365 API made easy"
55
readme = "README.md"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)