Skip to content

Commit f4af228

Browse files
author
Alejandro Casanovas
committed
pep8 fixes
1 parent 5b06c79 commit f4af228

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGES.md

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

55

6+
## Version 2.0.33 (2024-02-01)
7+
8+
###Features:
9+
- Connection: Add support for multiple Prefer headers in Connection class (Thanks @Invincibear)
10+
- MailBox: Added timezone & workinghours to MailboxSettings class (Thanks @sdelgadoc)
11+
-
12+
613
## Version 2.0.32 (2024-01-11)
714

815
###Features:

O365/__version__.py

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

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.32'
6+
VERSION = '2.0.33'
77

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

0 commit comments

Comments
 (0)