Tryton 6.8: infos

This commit is contained in:
Frederik Jaeckel 2023-06-30 15:43:15 +02:00
parent 740b1e57d9
commit 6040a9d56b
3 changed files with 6 additions and 5 deletions

View file

@ -40,7 +40,7 @@ with open(path.join(here, 'versiondep.txt'), encoding='utf-8') as f:
# tryton-version
major_version = 6
minor_version = 6
minor_version = 8
requires = []
for dep in info.get('depends', []):