Skip to content

Commit

Permalink
Bump 6.8 -> 7.0 (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillemCalidae authored Nov 14, 2023
1 parent bcb1f78 commit a92958a
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 ~= 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
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__ = '6.8.1'
__version__ = '7.0.0'

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

0 comments on commit a92958a

Please sign in to comment.