Version 5.0.7

This commit is contained in:
Frederik Jaeckel 2024-12-11 10:33:37 +01:00
parent 504aab41a1
commit ec18119853
3 changed files with 7 additions and 16 deletions

View file

@ -9,23 +9,12 @@ pip install mds-edocument-xrechnung
Requires
========
- Tryton 6.0
- Tryton 5.0
Changes
=======
*6.0.7 - 10.12.2024*
*5.0.7 - 10.12.2024*
- compatibility to Tryton 5.0
- add: export of factur-x 1.07.2, XRechnung 2.3 + 3.0
*6.0.2 - 30.06.2023*
- add: credit-note
*6.0.1 - 20.10.2022*
- works
*6.0.0 - 17.10.2022*
- init

View file

@ -36,7 +36,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 = 5
minor_version = 0
requires = []
@ -84,6 +84,8 @@ setup(
'Natural Language :: English',
'Operating System :: OS Independent',
'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.9',
'Programming Language :: Python :: 3.10',

View file

@ -1,5 +1,5 @@
[tryton]
version=6.0.7
version=5.0.7
depends:
edocument_uncefact
party