# HG changeset patch # User Goffi # Date 1564565482 -7200 # Node ID ff5bcb12ae60b3af5be656129e76da66ec70d660 # Parent 268eea9d803124c2dd9052365d1ae879dda49dc1 0.8 development starts diff -r 268eea9d8031 -r ff5bcb12ae60 sat/VERSION --- 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 diff -r 268eea9d8031 -r ff5bcb12ae60 sat/core/constants.py --- 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 ##