Mercurial > libervia-backend
diff src/core/constants.py @ 1718:7d548a913730
update version to 0.6.0
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 02 Dec 2015 13:05:54 +0100 |
parents | e2ed8009e66e |
children | f6533aa7da7a |
line wrap: on
line diff
--- a/src/core/constants.py Wed Dec 02 12:02:45 2015 +0100 +++ b/src/core/constants.py Wed Dec 02 13:05:54 2015 +0100 @@ -31,7 +31,7 @@ APP_NAME_SHORT = u'SàT' APP_NAME_FILE = u'sat' APP_NAME_FULL = u'%s (%s)' % (APP_NAME_SHORT, APP_NAME) - APP_VERSION = u'0.5.1D' # Please add 'D' at the end for dev versions + APP_VERSION = u'0.6.0' # Please add 'D' at the end for dev versions APP_URL = u'http://salut-a-toi.org'