Changeset - 23f8f477ed35
[Not reviewed]
stable
0 1 0
Mads Kiilerich - 10 years ago 2015-09-06 23:38:08
madski@unity3d.com
release: set version number to 0.2.9 to hint that it is a 0.3 rc

I don't trust the rc numbering system in kallithea/__init__.py and how it
interacts with pip versioning.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
kallithea/__init__.py
Show inline comments
 
@@ -29,7 +29,7 @@ Original author and date, and relevant c
 
import sys
 
import platform
 

	
 
VERSION = (0, 2, 2)
 
VERSION = (0, 2, 9)
 
BACKENDS = {
 
    'hg': 'Mercurial repository',
 
    'git': 'Git repository',
0 comments (0 inline, 0 general)