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
 
@@ -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 <http://www.python.org/dev/peps/pep-0386/>`_
 

	
 
Installation
 
------------
 
Stable releases of Kallithea are best installed via::
kallithea/__init__.py
Show inline comments
 
@@ -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',
0 comments (0 inline, 0 general)