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 3
3
Almost every release features a lot of bugfixes but those are not listed here.
4
4
5
5
6
+ ## Version 2.0.34 (2024-02-29)
7
+
8
+ ###Features:
9
+ - Calendar: Added weblink property (Thanks @Invincibear )
10
+
11
+
6
12
## Version 2.0.33 (2024-02-01)
7
13
8
14
###Features:
9
15
- Connection: Add support for multiple Prefer headers in Connection class (Thanks @Invincibear )
10
16
- MailBox: Added timezone & workinghours to MailboxSettings class (Thanks @sdelgadoc )
11
- -
17
+
12
18
13
19
## Version 2.0.32 (2024-01-11)
14
20
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 3
3
from setuptools import setup , find_packages
4
4
5
5
6
- VERSION = '2.0.33 '
6
+ VERSION = '2.0.34 '
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