We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af02875 commit b640c8aCopy full SHA for b640c8a
ChangeLog.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## Version 0.35.0
4
+* Fix Radicale 3.3.0 compatibility
5
+
6
## Version 0.34.0
7
* Enable ARM builds for Linux
8
etesync_dav/__init__.py
@@ -33,7 +33,7 @@
33
"""
34
35
__copyright__ = "Copyright (C) 2017-2024 Tom Hacohen"
36
-__version__ = "0.34.0"
+__version__ = "0.35.0"
37
__license__ = "GPL-3.0-only"
38
__author__ = "Tom Hacohen"
39
__author_email__ = "[email protected]"
0 commit comments