changeset 5478:23f8f477ed35 stable

release: set version number to 0.2.9 to hint that it is a 0.3 rc I don't trust the rc numbering system in kallithea/__init__.py and how it interacts with pip versioning.
author Mads Kiilerich <madski@unity3d.com>
date Sun, 06 Sep 2015 23:38:08 +0200
parents 6f60bd9090b1
children ef524d262737
files kallithea/__init__.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/__init__.py	Sun Sep 06 23:36:05 2015 +0200
+++ b/kallithea/__init__.py	Sun Sep 06 23:38:08 2015 +0200
@@ -29,7 +29,7 @@
 import sys
 import platform
 
-VERSION = (0, 2, 2)
+VERSION = (0, 2, 9)
 BACKENDS = {
     'hg': 'Mercurial repository',
     'git': 'Git repository',