Changeset - 724b97d5f87f
[Not reviewed]
default
0 1 0
Thomas De Schampheleire - 7 years ago 2019-04-03 21:06:34
thomas.de_schampheleire@nokia.com
Initiate development cycle for 0.5.x (mark version as 0.4.99)
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
kallithea/__init__.py
Show inline comments
 
@@ -30,7 +30,7 @@ Original author and date, and relevant c
 
import sys
 
import platform
 

	
 
VERSION = (0, 4, 0, 'rc2')
 
VERSION = (0, 4, 99)
 
BACKENDS = {
 
    'hg': 'Mercurial repository',
 
    'git': 'Git repository',
0 comments (0 inline, 0 general)