# HG changeset patch # User Mads Kiilerich # Date 1441575488 -7200 # Node ID 23f8f477ed35d2388cc3fee3ace5bc6e83c2b6e0 # Parent 6f60bd9090b14c2e3a04c330ec21c26df9d2c49b 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. diff -r 6f60bd9090b1 -r 23f8f477ed35 kallithea/__init__.py --- 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',