Skip to content

Commit 18bb4a7

Browse files
author
Alejandro Casanovas
committed
bump version to release
1 parent 0aa25d9 commit 18bb4a7

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGES.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
## Version 2.1.6 (2025-09-05)
5+
## Version 2.1.7 (2025-09-05)
66

77
> [!IMPORTANT]
88
> **Breaking Change:** Removed support for Python 3.9
@@ -11,9 +11,13 @@ Almost every release features a lot of bugfixes but those are not listed here.
1111
- Tasks: Add population of checklist_items on Task (Thanks @RogerSelwyn)
1212
- Excel: Added `append_rows` and `update_cells` to `WorkSheet` (Thanks @luissantosHCIT)
1313

14+
## Version 2.1.6 (2025-09-05)
15+
16+
- Version Yanked
17+
1418
## Version 2.1.5 (2025-08-04)
1519
- Bug fixing release
16-
20+
1721
## Version 2.1.4 (2025-06-03)
1822
- Calendar: Schedule.get_calendar method can now use query objects with select, expand and order by (Thanks @RogerSelwyn)
1923

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.6"
3+
version = "2.1.7"
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)