changeset 5812:a84d40e9481f stable 0.3.2

release: 0.3.2
author Andrew Shadura <andrew@shadura.me>
date Mon, 02 May 2016 18:52:41 +0200
parents 9b74296e6af6
children f40905c3257c
files kallithea/__init__.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/__init__.py	Tue Apr 19 18:02:56 2016 +0200
+++ b/kallithea/__init__.py	Mon May 02 18:52:41 2016 +0200
@@ -29,7 +29,7 @@
 import sys
 import platform
 
-VERSION = (0, 3, 1)
+VERSION = (0, 3, 2)
 BACKENDS = {
     'hg': 'Mercurial repository',
     'git': 'Git repository',