diff --git a/setup.cfg b/setup.cfg index 9b82e0d..4d51d7a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -30,9 +30,9 @@ package_dir = =src install_requires = factory_trytond - trytond ~= 7.0.0 + trytond ~= 7.2.0 [options.extras_require] tests = pytest-trytond - trytond-account_invoice ~= 7.0.0 + trytond-account_invoice ~= 7.2.0 diff --git a/src/trytond_factories/__init__.py b/src/trytond_factories/__init__.py index c55c731..63be4ce 100644 --- a/src/trytond_factories/__init__.py +++ b/src/trytond_factories/__init__.py @@ -1,4 +1,4 @@ -__version__ = '7.0.0' +__version__ = "7.2.0" from .tools import * # NOQA: 401 from .account import * # NOQA: 401