Tryton 7.0

This commit is contained in:
Frederik Jaeckel 2023-12-22 15:02:24 +01:00
parent d50456ff57
commit 39f282ec93
3 changed files with 6 additions and 7 deletions

View file

@ -39,8 +39,8 @@ with open(path.join(here, 'versiondep.txt'), encoding='utf-8') as f:
modversion[l2[0]] = {'min': l2[1], 'max': l2[2], 'prefix': l2[3]}
# tryton-version
major_version = 6
minor_version = 8
major_version = 7
minor_version = 0
requires = []
for dep in info.get('depends', []):