Skip to content

Commit 420ff5d

Browse files
author
Alejandro Casanovas
committed
version bump
1 parent b02e26d commit 420ff5d

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGES.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,18 @@
33
Almost every release features a lot of bugfixes but those are not listed here.
44

55

6+
## Version 2.0.34 (2024-02-29)
7+
8+
###Features:
9+
- Calendar: Added weblink property (Thanks @Invincibear)
10+
11+
612
## Version 2.0.33 (2024-02-01)
713

814
###Features:
915
- Connection: Add support for multiple Prefer headers in Connection class (Thanks @Invincibear)
1016
- MailBox: Added timezone & workinghours to MailboxSettings class (Thanks @sdelgadoc)
11-
-
17+
1218

1319
## Version 2.0.32 (2024-01-11)
1420

O365/__version__.py

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

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.0.33'
6+
VERSION = '2.0.34'
77

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

0 commit comments

Comments
 (0)