##// END OF EJS Templates
release: 0.4.0rc1 (release candidate)
Thomas De Schampheleire -
r7491:8db761c4 0.4.0rc1 default
parent child Browse files
Show More
@@ -30,7 +30,7 b' Original author and date, and relevant c'
30 import sys
30 import sys
31 import platform
31 import platform
32
32
33 VERSION = (0, 3, 99)
33 VERSION = (0, 4, 0, 'rc1')
34 BACKENDS = {
34 BACKENDS = {
35 'hg': 'Mercurial repository',
35 'hg': 'Mercurial repository',
36 'git': 'Git repository',
36 'git': 'Git repository',
General Comments 0
You need to be logged in to leave comments. Login now