Mercurial > libervia-backend
changeset 1718:7d548a913730
update version to 0.6.0
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 02 Dec 2015 13:05:54 +0100 |
parents | 77a010f1f8cb |
children | 8be7a69bf1a4 |
files | README src/core/constants.py |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/README Wed Dec 02 12:02:45 2015 +0100 +++ b/README Wed Dec 02 13:05:54 2015 +0100 @@ -1,4 +1,4 @@ -SàT v0.5.1 +SàT v0.6.0 (c) Jérôme Poisson aka Goffi 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015 (c) Adrien Cossa aka Souliane 2013, 2014, 2015
--- 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'