# HG changeset patch # User Bradley M. Kuhn # Date 2014-07-03 01:08:40 # Node ID 6c7056875d0db98c30e19ce956edb1438b0c07ef # Parent 8a86cf01e1857032263e7319dc825a5e7817fffc Reset version number to 0 diff --git a/README.rst b/README.rst --- a/README.rst +++ b/README.rst @@ -19,8 +19,6 @@ Kallithea works on \*nix systems and Win that Lukasz Balcerzak and Marcin Kuzminski created to handle multiple different version control systems. -Kallithea uses `PEP386 versioning `_ - Installation ------------ Stable releases of Kallithea are best installed via:: 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 = (2, 2, 5) +VERSION = (0,) BACKENDS = { 'hg': 'Mercurial repository', 'git': 'Git repository',