##// END OF EJS Templates
release 0.7.0
Thomas De Schampheleire -
r8690:7324ff19 0.7.0 stable
parent child Browse files
Show More
@@ -36,7 +36,7 b' import celery'
36 if sys.version_info < (3, 6):
36 if sys.version_info < (3, 6):
37 raise Exception('Kallithea requires python 3.6 or later')
37 raise Exception('Kallithea requires python 3.6 or later')
38
38
39 VERSION = (0, 6, 99)
39 VERSION = (0, 7, 0)
40 BACKENDS = {
40 BACKENDS = {
41 'hg': 'Mercurial repository',
41 'hg': 'Mercurial repository',
42 'git': 'Git repository',
42 'git': 'Git repository',
General Comments 0
You need to be logged in to leave comments. Login now