Tryton 6.8: infos
This commit is contained in:
parent
740b1e57d9
commit
6040a9d56b
3 changed files with 6 additions and 5 deletions
|
@ -9,11 +9,12 @@ pip install mds-edocument-xrechnung
|
|||
|
||||
Requires
|
||||
========
|
||||
- Tryton 6.0
|
||||
- Tryton 6.8
|
||||
|
||||
Changes
|
||||
=======
|
||||
|
||||
*6.0.0 - 17.10.2022*
|
||||
*6.8.2 - 30.06.2023*
|
||||
|
||||
- init
|
||||
- add credit-note
|
||||
- compatibility to Tryton 6.8
|
||||
|
|
2
setup.py
2
setup.py
|
@ -40,7 +40,7 @@ with open(path.join(here, 'versiondep.txt'), encoding='utf-8') as f:
|
|||
|
||||
# tryton-version
|
||||
major_version = 6
|
||||
minor_version = 6
|
||||
minor_version = 8
|
||||
|
||||
requires = []
|
||||
for dep in info.get('depends', []):
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[tryton]
|
||||
version=6.0.0
|
||||
version=6.8.2
|
||||
depends:
|
||||
edocument_uncefact
|
||||
party
|
||||
|
|
Loading…
Reference in a new issue