Updated version to 0.83. Added romanian documentation

This commit is contained in:
Jose Manuel Delicado
2016-07-24 10:59:41 +02:00
parent ff529eacb4
commit 990ddf64f5
7 changed files with 11 additions and 11 deletions

View File

@@ -2,7 +2,7 @@
name = 'TWBlue'
snapshot = False
if snapshot == False:
version = "0.82"
version = "0.83"
update_url = 'http://twblue.es/updates/twblue_ngen.json'
mirror_update_url = 'https://raw.githubusercontent.com/manuelcortez/TWBlue/next-gen/updates/stable.json'
else:

View File

@@ -54,7 +54,7 @@ def get_data():
def get_documentation ():
answer = [("documentation", ["documentation/license.txt"])]
depth = 9
depth = 10
for root, dirs, files in os.walk('documentation'):
if depth == 0:
break