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 65984dd commit e7b35f6Copy full SHA for e7b35f6
ChangeLog.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## Version 0.34.0
4
+* Enable ARM builds for Linux
5
+
6
## Version 0.33.6
7
* Fix build on macOS
8
etesync_dav/__init__.py
@@ -33,7 +33,7 @@
33
"""
34
35
__copyright__ = "Copyright (C) 2017-2024 Tom Hacohen"
36
-__version__ = "0.33.6"
+__version__ = "0.34.0"
37
__license__ = "GPL-3.0-only"
38
__author__ = "Tom Hacohen"
39
__author_email__ = "[email protected]"
0 commit comments