Changeset - 0ac93630a214
[Not reviewed]
Merge default
0 3 0
Thomas De Schampheleire - 6 years ago 2019-11-27 20:47:49
thomas.de_schampheleire@nokia.com
Merge stable
3 files changed with 3 insertions and 1 deletions:
0 comments (0 inline, 0 general)
.hgtags
Show inline comments
 
@@ -73,3 +73,4 @@ a18445b85d407294da0b7f1d8be3bedef5ffdea6
 
60f726162fd6c515bd819feb423be73cad01d7d3 0.4.0rc2
 
19086c5de05f4984d7a90cd31624c45dd893f6bb 0.4.0
 
da65398a62fff50f3d241796cbf17acdea2092ef 0.4.1
 
bfa0b0a814644f0af3f492d17a9ed169cc3b89fe 0.5.0
MANIFEST.in
Show inline comments
 
@@ -7,6 +7,7 @@ include           LICENSE-MERGELY.html
 
include           LICENSE.md
 
include           MIT-Permissive-License.txt
 
include           README.rst
 
include           conftest.py
 
include           dev_requirements.txt
 
include           development.ini
 
include           pytest.ini
kallithea/__init__.py
Show inline comments
 
@@ -31,7 +31,7 @@ import platform
 
import sys
 

	
 

	
 
VERSION = (0, 4, 99)
 
VERSION = (0, 5, 0)
 
BACKENDS = {
 
    'hg': 'Mercurial repository',
 
    'git': 'Git repository',
0 comments (0 inline, 0 general)