Skip to content

Commit 442af95

Browse files
committed
bumb version to release
1 parent 0d6d69e commit 442af95

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

CHANGES.md

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

33
Almost 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)

O365/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.1.3'
1+
__version__ = '2.1.4'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
dynamic = ["license"]
33
name = "o365"
4-
version = "2.1.3"
4+
version = "2.1.4"
55
description = "O365 - Microsoft Graph and Office 365 API made easy"
66
readme = "README.md"
77
requires-python = ">=3.9"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from 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
99
CLASSIFIERS = [

0 commit comments

Comments
 (0)