Mercurial > libervia-backend
changeset 3027:ff5bcb12ae60
0.8 development starts
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 31 Jul 2019 11:31:22 +0200 |
parents | 268eea9d8031 |
children | ab2696e34d29 |
files | sat/VERSION sat/core/constants.py |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/sat/VERSION Wed Jul 24 20:05:00 2019 +0200 +++ b/sat/VERSION Wed Jul 31 11:31:22 2019 +0200 @@ -1,1 +1,1 @@ -0.7.0 +0.8.0D
--- a/sat/core/constants.py Wed Jul 24 20:05:00 2019 +0200 +++ b/sat/core/constants.py Wed Jul 31 11:31:22 2019 +0200 @@ -37,7 +37,7 @@ APP_VERSION = ( sat.__version__ ) # Please add 'D' at the end of version in sat/VERSION for dev versions - APP_RELEASE_NAME = u"La Commune" + APP_RELEASE_NAME = u"La CecĂlia" APP_URL = u"https://salut-a-toi.org" ## Runtime ##