From 7e6d2660ad2805322544c0a1e2578e830249ed42 Mon Sep 17 00:00:00 2001 From: Frederik Jaeckel Date: Thu, 30 Nov 2023 13:28:00 +0100 Subject: [PATCH] Tryton 7.0 --- README.rst | 6 +++--- setup.py | 3 ++- tryton.cfg | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 83d5baa..65a79f1 100644 --- a/README.rst +++ b/README.rst @@ -9,7 +9,7 @@ pip install mds-cashbook Requires ======== -- Tryton 6.0 +- Tryton 7.0 How to ====== @@ -153,6 +153,6 @@ currency are converted into the display currency of the parent cash book. Changes ======= -*6.0.0 - 05.08.2022* +*7.0.0 - 30.11.2023* -- init +- compatibility tu Tryton 7.0 diff --git a/setup.py b/setup.py index 0a3a2ba..1b9fa84 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ 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 +major_version = 7 minor_version = 0 requires = ['python-slugify'] @@ -91,6 +91,7 @@ setup( 'License :: OSI Approved :: GNU General Public License (GPL)', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', ], keywords='tryton cashbook', diff --git a/tryton.cfg b/tryton.cfg index ea57ba7..b522486 100644 --- a/tryton.cfg +++ b/tryton.cfg @@ -1,5 +1,5 @@ [tryton] -version=6.0.0 +version=7.0.0 depends: res currency