changeset 6780:64ea7ea09236 stable 0.3.3

release: 0.3.3
author Andrew Shadura <andrew@shadura.me>
date Wed, 26 Jul 2017 20:22:13 +0200
parents da2a9107ee7c
children 9b9258f5e2b2
files kallithea/__init__.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/__init__.py	Tue Jul 25 16:43:29 2017 +0200
+++ b/kallithea/__init__.py	Wed Jul 26 20:22:13 2017 +0200
@@ -29,7 +29,7 @@
 import sys
 import platform
 
-VERSION = (0, 3, 2)
+VERSION = (0, 3, 3)
 BACKENDS = {
     'hg': 'Mercurial repository',
     'git': 'Git repository',