Version 5.0.6

This commit is contained in:
Frederik Jaeckel 2024-12-11 18:11:26 +01:00
parent da12aac254
commit 25986aeae9
2 changed files with 4 additions and 2 deletions

View file

@ -35,7 +35,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]} modversion[l2[0]] = {'min': l2[1], 'max': l2[2], 'prefix': l2[3]}
# tryton-version # tryton-version
major_version = 6 major_version = 5
minor_version = 0 minor_version = 0
requires = ['python-slugify', 'pypdf', 'factur-x'] requires = ['python-slugify', 'pypdf', 'factur-x']
@ -83,6 +83,8 @@ setup(
'Natural Language :: English', 'Natural Language :: English',
'Operating System :: OS Independent', 'Operating System :: OS Independent',
'License :: OSI Approved :: GNU General Public License (GPL)', 'License :: OSI Approved :: GNU General Public License (GPL)',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.10',

View file

@ -1,2 +1,2 @@
edocument_xrechnung;5.0.9;5.0.999;mds edocument_xrechnung;5.0.9;5.0.999;mds
tryton6_backport;5.0.3;5.0.999:mds tryton6_backport;5.0.3;5.0.999;mds