Tryton 7.0

This commit is contained in:
Frederik Jaeckel 2023-12-01 13:31:43 +01:00
parent faefea3b5f
commit 18ef1aaeb6
3 changed files with 6 additions and 6 deletions

View file

@ -9,7 +9,7 @@ pip install mds-investment
Requires
========
- Tryton 6.8
- Tryton 7.0
How to
======
@ -22,6 +22,6 @@ You can define the course sources yourself.
Changes
=======
*6.8.24 - 07.06.2023*
*7.0.0 - 01.12.2023*
- portet to Tryton 6.8
- compatibility to Tryton 7.0

View file

@ -39,8 +39,8 @@ 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
minor_version = 8
major_version = 7
minor_version = 0
requires = ['requests>=2.26', 'html2text']
for dep in info.get('depends', []):

View file

@ -1,5 +1,5 @@
[tryton]
version=6.8.24
version=7.0.0
depends:
ir
res