From e1695cd9441d71112aa7d3bc41575225f62600fa Mon Sep 17 00:00:00 2001 From: Frederik Jaeckel Date: Tue, 4 Apr 2023 13:10:54 +0200 Subject: [PATCH] Version 6.6.2 --- README.rst | 4 ++-- setup.py | 2 +- tryton.cfg | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 0b8f8f0..ad1145c 100644 --- a/README.rst +++ b/README.rst @@ -9,11 +9,11 @@ pip install mds-account-invoice-xrechnung Requires ======== -- Tryton 6.0 +- Tryton 6.6 Changes ======= -*6.0.0 - 18.10.2022* +*6.6.2 - 04.04.2023* - init diff --git a/setup.py b/setup.py index 01dbafc..107ce64 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ with open(path.join(here, 'versiondep.txt'), encoding='utf-8') as f: # tryton-version major_version = 6 -minor_version = 0 +minor_version = 6 requires = ['python-slugify'] for dep in info.get('depends', []): diff --git a/tryton.cfg b/tryton.cfg index 27e058c..3a249a0 100644 --- a/tryton.cfg +++ b/tryton.cfg @@ -1,5 +1,5 @@ [tryton] -version=6.0.0 +version=6.6.2 depends: account_invoice bank