From 18ef1aaeb6a68b0d85072b4969e51018a6d5be76 Mon Sep 17 00:00:00 2001 From: Frederik Jaeckel Date: Fri, 1 Dec 2023 13:31:43 +0100 Subject: [PATCH] Tryton 7.0 --- README.rst | 6 +++--- setup.py | 4 ++-- tryton.cfg | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 1f48f27..db3f6ab 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/setup.py b/setup.py index 58979c0..29f2a96 100644 --- a/setup.py +++ b/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]} # 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', []): diff --git a/tryton.cfg b/tryton.cfg index 4ba63f6..39f64d0 100644 --- a/tryton.cfg +++ b/tryton.cfg @@ -1,5 +1,5 @@ [tryton] -version=6.8.24 +version=7.0.0 depends: ir res