diff libervia/common/constants.py @ 1216:b2d067339de3

python 3 port: /!\ Python 3.6+ is now needed to use libervia /!\ instability may occur and features may not be working anymore, this will improve with time /!\ TxJSONRPC dependency has been removed The same procedure as in backend has been applied (check backend commit ab2696e34d29 logs for details). Removed now deprecated code (Pyjamas compiled browser part, legacy blog, JSON RPC related code). Adapted code to work without `html` and `themes` dirs.
author Goffi <goffi@goffi.org>
date Tue, 13 Aug 2019 19:12:31 +0200
parents f14ab8a25e8b
children 987595a254b0
line wrap: on
line diff
--- a/libervia/common/constants.py	Tue Aug 13 09:39:33 2019 +0200
+++ b/libervia/common/constants.py	Tue Aug 13 19:12:31 2019 +0200
@@ -25,7 +25,7 @@
 
     # XXX: we don't want to use the APP_VERSION inherited from sat.core.constants version
     #      as we use this version to check that there is not a mismatch with backend
-    APP_VERSION = u"0.8.0D"  # Please add 'D' at the end for dev versions
+    APP_VERSION = "0.8.0D"  # Please add 'D' at the end for dev versions
     LIBERVIA_MAIN_PAGE = "libervia.html"
     LIBERVIA_PAGE_START = "/login"