comparison sat/core/constants.py @ 3027:ff5bcb12ae60

0.8 development starts
author Goffi <goffi@goffi.org>
date Wed, 31 Jul 2019 11:31:22 +0200
parents 94708a7d3ecf
children ab2696e34d29
comparison
equal deleted inserted replaced
3026:268eea9d8031 3027:ff5bcb12ae60
35 name_short=APP_NAME_SHORT, name=APP_NAME 35 name_short=APP_NAME_SHORT, name=APP_NAME
36 ) 36 )
37 APP_VERSION = ( 37 APP_VERSION = (
38 sat.__version__ 38 sat.__version__
39 ) # Please add 'D' at the end of version in sat/VERSION for dev versions 39 ) # Please add 'D' at the end of version in sat/VERSION for dev versions
40 APP_RELEASE_NAME = u"La Commune" 40 APP_RELEASE_NAME = u"La CecĂ­lia"
41 APP_URL = u"https://salut-a-toi.org" 41 APP_URL = u"https://salut-a-toi.org"
42 42
43 ## Runtime ## 43 ## Runtime ##
44 PLUGIN_EXT = "py" 44 PLUGIN_EXT = "py"
45 HISTORY_SKIP = u"skip" 45 HISTORY_SKIP = u"skip"