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
 
@@ -70,6 +70,7 @@ cf635c823ea059cc3a1581b82d8672e46b682384
 
082c9b8f0f17bd34740eb90c69bdc4c80d4b5b31 0.3.6
 
a18445b85d407294da0b7f1d8be3bedef5ffdea6 0.3.7
 
8db761c407685e7b08b800c947890035b0d67025 0.4.0rc1
 
60f726162fd6c515bd819feb423be73cad01d7d3 0.4.0rc2
 
19086c5de05f4984d7a90cd31624c45dd893f6bb 0.4.0
 
da65398a62fff50f3d241796cbf17acdea2092ef 0.4.1
 
bfa0b0a814644f0af3f492d17a9ed169cc3b89fe 0.5.0
MANIFEST.in
Show inline comments
 
@@ -4,12 +4,13 @@ include           CONTRIBUTORS
 
include           COPYING
 
include           Jenkinsfile
 
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
 
include           requirements.txt
 
include           tox.ini
 
recursive-include docs *
kallithea/__init__.py
Show inline comments
 
@@ -28,13 +28,13 @@ Original author and date, and relevant c
 
"""
 

	
 
import platform
 
import sys
 

	
 

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

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