Mercurial > libervia-backend
diff src/core/constants.py @ 1192:a090e5ee83c2 0.5.0 SàT v0.5.0
version update
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 09 Sep 2014 08:15:19 +0200 |
parents | 0abce7f17782 |
children | aac1285edcac |
line wrap: on
line diff
--- a/src/core/constants.py Tue Sep 09 07:58:54 2014 +0200 +++ b/src/core/constants.py Tue Sep 09 08:15:19 2014 +0200 @@ -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.4.1D' # Please add 'D' at the end for dev versions + APP_VERSION = u'0.5.0' # Please add 'D' at the end for dev versions APP_URL = 'http://salut-a-toi.org'