changeset 4235:6c7056875d0d kallithea-2.2.5-rebrand

Reset version number to 0
author Bradley M. Kuhn <bkuhn@sfconservancy.org>
date Wed, 02 Jul 2014 19:08:40 -0400
parents 8a86cf01e185
children 9b5f8a8b2673
files README.rst kallithea/__init__.py
diffstat 2 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/README.rst	Tue Jul 01 17:48:22 2014 -0500
+++ b/README.rst	Wed Jul 02 19:08:40 2014 -0400
@@ -19,8 +19,6 @@
 that Lukasz Balcerzak and Marcin Kuzminski created to handle multiple
 different version control systems.
 
-Kallithea uses `PEP386 versioning <http://www.python.org/dev/peps/pep-0386/>`_
-
 Installation
 ------------
 Stable releases of Kallithea are best installed via::
--- a/kallithea/__init__.py	Tue Jul 01 17:48:22 2014 -0500
+++ b/kallithea/__init__.py	Wed Jul 02 19:08:40 2014 -0400
@@ -29,7 +29,7 @@
 import sys
 import platform
 
-VERSION = (2, 2, 5)
+VERSION = (0,)
 BACKENDS = {
     'hg': 'Mercurial repository',
     'git': 'Git repository',