Version 5.0.7
This commit is contained in:
parent
504aab41a1
commit
ec18119853
3 changed files with 7 additions and 16 deletions
17
README.rst
17
README.rst
|
@ -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
|
||||
|
|
4
setup.py
4
setup.py
|
@ -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',
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[tryton]
|
||||
version=6.0.7
|
||||
version=5.0.7
|
||||
depends:
|
||||
edocument_uncefact
|
||||
party
|
||||
|
|
Loading…
Reference in a new issue