Skip to content

Commit 800d6ef

Browse files
committed
bumb version to release
1 parent f0715f9 commit 800d6ef

4 files changed

Lines changed: 6 additions & 3 deletions

File tree

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.5 (2025-08-04)
6+
- Bug fixing release
7+
58
## Version 2.1.4 (2025-06-03)
69
- Calendar: Schedule.get_calendar method can now use query objects with select, expand and order by (Thanks @RogerSelwyn)
710

O365/__version__.py

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

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.4"
4+
version = "2.1.5"
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.4'
6+
VERSION = '2.1.5'
77

88
# Available classifiers: https://pypi.org/pypi?%3Aaction=list_classifiers
99
CLASSIFIERS = [

0 commit comments

Comments
 (0)