From 69fe867adef34e75ed8e28f0e9ab8d03d81a28f2 Mon Sep 17 00:00:00 2001 From: Victor Ramos Date: Tue, 18 Jun 2024 11:18:45 +0200 Subject: [PATCH] Bump version 7.0 -> 7.2 --- 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 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