Mercurial > libervia-web
comparison src/common/constants.py @ 909:e8b133b77aa4
browser, server: update to get compatibility with 0.7-dev (not finished):
Q&D update to restore compatibility
- version changed to 0.7D
- contact list has been modified to be compatible with changes, but it doesn't take profit of improvment yet
- messageSend partially work, there is a disconnection and an error in console logs when sending a message
- message are not received yet
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 09 Aug 2016 01:07:15 +0200 |
parents | 5264fec78a1d |
children | 0c0551967bdf |
comparison
equal
deleted
inserted
replaced
908:f38b8be94131 | 909:e8b133b77aa4 |
---|---|
23 | 23 |
24 class Const(constants.Const): | 24 class Const(constants.Const): |
25 | 25 |
26 # XXX: we don't want to use the APP_VERSION inherited from sat.core.constants version | 26 # XXX: we don't want to use the APP_VERSION inherited from sat.core.constants version |
27 # as we use this version to check that there is not a mismatch with backend | 27 # as we use this version to check that there is not a mismatch with backend |
28 APP_VERSION = u'0.6.1' # Please add 'D' at the end for dev versions | 28 APP_VERSION = u'0.7.0D' # Please add 'D' at the end for dev versions |
29 LIBERVIA_MAIN_PAGE = "libervia.html" | 29 LIBERVIA_MAIN_PAGE = "libervia.html" |
30 | 30 |
31 # MISC | 31 # MISC |
32 PASSWORD_MIN_LENGTH = 6 # for new account creation | 32 PASSWORD_MIN_LENGTH = 6 # for new account creation |
33 | 33 |