Skip to content

Commit b62d105

Browse files
committed
bump version to release
1 parent bd9edb0 commit b62d105

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGES.md

+1-1
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.0 (2025-02-13)
5+
## Version 2.1.0 (2025-02-11)
66

77
> [!IMPORTANT]
88
> Removed custom authentication in favour of msal. Old tokens will not work with this version and will require a new authentication flow.

O365/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.0.38'
1+
__version__ = '2.1.0'

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "o365"
3-
version = "2.0.38"
3+
version = "2.1.0"
44
description = "O365 - Microsoft Graph and Office 365 API made easy"
55
readme = "README.md"
66
requires-python = ">=3.9"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup, find_packages
44

55

6-
VERSION = '2.0.38'
6+
VERSION = '2.1.0'
77

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

0 commit comments

Comments
 (0)