comparison kallithea/__init__.py @ 7617:60f726162fd6 0.4.0rc2

release 0.4.0rc2 (release candidate)
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Tue, 26 Mar 2019 22:20:23 +0100
parents 8db761c40768
children 724b97d5f87f 19086c5de05f
comparison
equal deleted inserted replaced
7616:7a0ba28b17f0 7617:60f726162fd6
28 """ 28 """
29 29
30 import sys 30 import sys
31 import platform 31 import platform
32 32
33 VERSION = (0, 4, 0, 'rc1') 33 VERSION = (0, 4, 0, 'rc2')
34 BACKENDS = { 34 BACKENDS = {
35 'hg': 'Mercurial repository', 35 'hg': 'Mercurial repository',
36 'git': 'Git repository', 36 'git': 'Git repository',
37 } 37 }
38 38