File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 33Almost 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
Original file line number Diff line number Diff line change 1- __version__ = '2.0.33 '
1+ __version__ = '2.0.34 '
Original file line number Diff line number Diff line change 33from 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
99CLASSIFIERS = [
You can’t perform that action at this time.
0 commit comments