Tryton 7.0

This commit is contained in:
Frederik Jaeckel 2023-11-30 13:28:00 +01:00
parent cf92b2d7b5
commit 7e6d2660ad
3 changed files with 6 additions and 5 deletions

View file

@ -39,7 +39,7 @@ 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
major_version = 7
minor_version = 0
requires = ['python-slugify']
@ -91,6 +91,7 @@ setup(
'License :: OSI Approved :: GNU General Public License (GPL)',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
],
keywords='tryton cashbook',