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',