changeset 5756:9bf8eb837e78 stable 0.3.1

release: 0.3.1
author Andrew Shadura <andrew@shadura.me>
date Sun, 13 Mar 2016 15:17:23 +0100
parents 250f8150c4bb
children c92b6787c843
files kallithea/__init__.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/__init__.py	Sat Mar 12 14:35:43 2016 +0100
+++ b/kallithea/__init__.py	Sun Mar 13 15:17:23 2016 +0100
@@ -29,7 +29,7 @@
 import sys
 import platform
 
-VERSION = (0, 3)
+VERSION = (0, 3, 1)
 BACKENDS = {
     'hg': 'Mercurial repository',
     'git': 'Git repository',