Changeset - 6c7056875d0d
[Not reviewed]
Bradley M. Kuhn - 12 years ago 2014-07-03 01:08:40
bkuhn@sfconservancy.org
Reset version number to 0
2 files changed with 1 insertions and 3 deletions:
0 comments (0 inline, 0 general)
README.rst
Show inline comments
 
@@ -16,14 +16,12 @@ however Kallithea can be run as standalo
 
It is open source and donation ware and focuses more on providing a customized,
 
self administered interface for Mercurial_ and GIT_  repositories.
 
Kallithea works on \*nix systems and Windows it is powered by a vcs_ library
 
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::
 

	
 
    easy_install kallithea
 

	
kallithea/__init__.py
Show inline comments
 
@@ -26,13 +26,13 @@ Original author and date, and relevant c
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 
import sys
 
import platform
 

	
 
VERSION = (2, 2, 5)
 
VERSION = (0,)
 
BACKENDS = {
 
    'hg': 'Mercurial repository',
 
    'git': 'Git repository',
 
}
 

	
 
CELERY_ON = False
0 comments (0 inline, 0 general)