# HG changeset patch # User Mads Kiilerich # Date 2015-09-06 23:38:08 # 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 --git a/kallithea/__init__.py b/kallithea/__init__.py --- a/kallithea/__init__.py +++ b/kallithea/__init__.py @@ -29,7 +29,7 @@ Original author and date, and relevant c import sys import platform -VERSION = (0, 2, 2) +VERSION = (0, 2, 9) BACKENDS = { 'hg': 'Mercurial repository', 'git': 'Git repository',