File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 3
3
Almost every release features a lot of bugfixes but those are not listed here.
4
4
5
5
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
+
6
13
## Version 2.0.32 (2024-01-11)
7
14
8
15
###Features:
Original file line number Diff line number Diff line change 1
- __version__ = '2.0.32 '
1
+ __version__ = '2.0.33 '
Original file line number Diff line number Diff line change 3
3
from setuptools import setup , find_packages
4
4
5
5
6
- VERSION = '2.0.32 '
6
+ VERSION = '2.0.33 '
7
7
8
8
# Available classifiers: https://pypi.org/pypi?%3Aaction=list_classifiers
9
9
CLASSIFIERS = [
You can’t perform that action at this time.
0 commit comments