Skip to content

Commit

Permalink
Bump version 7.0 -> 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Ramos committed Jun 18, 2024
1 parent a92958a commit 69fe867
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion src/trytond_factories/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '7.0.0'
__version__ = "7.2.0"

from .tools import * # NOQA: 401
from .account import * # NOQA: 401
Expand Down

0 comments on commit 69fe867

Please sign in to comment.