changeset 5528:9b3e9e242f5c stable 0.3

release: 0.3
author Andrew Shadura <andrew@shadura.me>
date Fri, 02 Oct 2015 21:50:15 +0200
parents 80b69729a0e2
children 1c9c3b0f21ae
files kallithea/__init__.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/__init__.py	Fri Oct 02 21:49:49 2015 +0200
+++ b/kallithea/__init__.py	Fri Oct 02 21:50:15 2015 +0200
@@ -29,7 +29,7 @@
 import sys
 import platform
 
-VERSION = (0, 2, 9)
+VERSION = (0, 3)
 BACKENDS = {
     'hg': 'Mercurial repository',
     'git': 'Git repository',