diff --git a/VERSION.md b/VERSION.md index c70e51d..86a39bc 100644 --- a/VERSION.md +++ b/VERSION.md @@ -1,5 +1,11 @@ # Duplicati client -Version 0.4.25 beta +Version 0.5.2 beta + +## 0.5.2 beta (f994f2e) + +Added support for UTF-8 characters in files, such as importing backups with Japanese characters in the name + +Dropped support for Python 2, as it's no longer supported upstream ## 0.4.25 beta (c2dd672) diff --git a/config.py b/config.py index e9e6b0a..ae70841 100644 --- a/config.py +++ b/config.py @@ -1,4 +1,4 @@ # Config module for holding information shared between modules -APPLICATION_VERSION = "0.4.25" +APPLICATION_VERSION = "0.5.2" CONFIG_FILE = "config.yml" VERBOSE = False