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