Tryton 7.0
This commit is contained in:
parent
faefea3b5f
commit
18ef1aaeb6
3 changed files with 6 additions and 6 deletions
|
@ -9,7 +9,7 @@ pip install mds-investment
|
||||||
|
|
||||||
Requires
|
Requires
|
||||||
========
|
========
|
||||||
- Tryton 6.8
|
- Tryton 7.0
|
||||||
|
|
||||||
How to
|
How to
|
||||||
======
|
======
|
||||||
|
@ -22,6 +22,6 @@ You can define the course sources yourself.
|
||||||
Changes
|
Changes
|
||||||
=======
|
=======
|
||||||
|
|
||||||
*6.8.24 - 07.06.2023*
|
*7.0.0 - 01.12.2023*
|
||||||
|
|
||||||
- portet to Tryton 6.8
|
- compatibility to Tryton 7.0
|
||||||
|
|
4
setup.py
4
setup.py
|
@ -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]}
|
modversion[l2[0]] = {'min': l2[1], 'max': l2[2], 'prefix': l2[3]}
|
||||||
|
|
||||||
# tryton-version
|
# tryton-version
|
||||||
major_version = 6
|
major_version = 7
|
||||||
minor_version = 8
|
minor_version = 0
|
||||||
|
|
||||||
requires = ['requests>=2.26', 'html2text']
|
requires = ['requests>=2.26', 'html2text']
|
||||||
for dep in info.get('depends', []):
|
for dep in info.get('depends', []):
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[tryton]
|
[tryton]
|
||||||
version=6.8.24
|
version=7.0.0
|
||||||
depends:
|
depends:
|
||||||
ir
|
ir
|
||||||
res
|
res
|
||||||
|
|
Loading…
Reference in a new issue