From 39f282ec93fd7dccf51acc9cc0c81226c9220cc6 Mon Sep 17 00:00:00 2001 From: Frederik Jaeckel Date: Fri, 22 Dec 2023 15:02:24 +0100 Subject: [PATCH] Tryton 7.0 --- README.rst | 7 +++---- setup.py | 4 ++-- tryton.cfg | 2 +- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index c4aa9bf..73f9a2c 100644 --- a/README.rst +++ b/README.rst @@ -9,12 +9,11 @@ pip install mds-edocument-xrechnung Requires ======== -- Tryton 6.8 +- Tryton 7.0 Changes ======= -*6.8.2 - 30.06.2023* +*7.0.0 - 22.12.2023* -- add credit-note -- compatibility to Tryton 6.8 +- compatibility to Tryton 7.0 diff --git a/setup.py b/setup.py index 53d972b..bbe3bb9 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 07250cc..de17cef 100644 --- a/tryton.cfg +++ b/tryton.cfg @@ -1,5 +1,5 @@ [tryton] -version=6.8.2 +version=7.0.0 depends: edocument_uncefact party