diff --git a/README.rst b/README.rst index 75c2884..41604cc 100644 --- a/README.rst +++ b/README.rst @@ -9,7 +9,7 @@ pip install mds-cashbook-investment Requires ======== -- Tryton 6.8 +- Tryton 7.0 How to ====== @@ -23,6 +23,6 @@ You can monitor trading fees, dividends and sales profits. Changes ======= -*6.8.10 - 08.06.2023* +*7.0.0 - 06.12.2023* -- compatibility to Tryton 6.8 +- compatibility to Tryton 7.0 diff --git a/setup.py b/setup.py index e1ae976..33ea3cc 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 = [] for dep in info.get('depends', []): diff --git a/tryton.cfg b/tryton.cfg index c967ff6..51a708f 100644 --- a/tryton.cfg +++ b/tryton.cfg @@ -1,5 +1,5 @@ [tryton] -version=6.8.10 +version=7.0.0 depends: cashbook investment diff --git a/versiondep.txt b/versiondep.txt index 56d4ce7..582f6c5 100644 --- a/versiondep.txt +++ b/versiondep.txt @@ -1 +1,2 @@ -cashbook;6.8.28;6.8.999;mds +cashbook;7.0.32;7.0.999;mds +investment;7.0.26;7.0.999;mds