From a92958a2069413e7fec6c354d314a274e0d585b7 Mon Sep 17 00:00:00 2001 From: Guillem Date: Tue, 14 Nov 2023 11:15:35 +0100 Subject: [PATCH] Bump 6.8 -> 7.0 (#23) --- setup.cfg | 4 ++-- src/trytond_factories/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 4fa146c..9b82e0d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -30,9 +30,9 @@ package_dir = =src install_requires = factory_trytond - trytond ~= 6.8.0 + trytond ~= 7.0.0 [options.extras_require] tests = pytest-trytond - trytond-account_invoice ~= 6.8.0 + trytond-account_invoice ~= 7.0.0 diff --git a/src/trytond_factories/__init__.py b/src/trytond_factories/__init__.py index d2e6202..c55c731 100644 --- a/src/trytond_factories/__init__.py +++ b/src/trytond_factories/__init__.py @@ -1,4 +1,4 @@ -__version__ = '6.8.1' +__version__ = '7.0.0' from .tools import * # NOQA: 401 from .account import * # NOQA: 401