diff --git a/addon.xml b/addon.xml
index e879414..c2dd334 100644
--- a/addon.xml
+++ b/addon.xml
@@ -93,10 +93,9 @@
resources/images/screenshot3.png
resources/images/screenshot4.png
- Version 1.5.2
-- Added script.module.dropbox import as a dependency for Dropbox filesystem
-- Fixed issue getting xbmcbackup.val file from non-zipped remote directories. Was being copied as though it was a local file so it was failing.
-- Use linux path separator (/) all the time, Kodi will interpret this correctly on windows. Was causing issues with remote file systems since os.path.sep
+ Version 1.6.0
+ - dependency on script.module.dateutil for relativedelta.py class
+ - added Python 3 compatibility