Version 6.0.4
This commit is contained in:
parent
d9958b5ccf
commit
27860b60fb
4 changed files with 7 additions and 3 deletions
|
@ -14,6 +14,10 @@ Requires
|
|||
Changes
|
||||
=======
|
||||
|
||||
*6.0.4 - 06.06.2023*
|
||||
|
||||
- code optimized
|
||||
|
||||
*6.0.3 - 14.02.2023*
|
||||
|
||||
- updt: setup.py
|
||||
|
|
|
@ -8,7 +8,7 @@ from PIL import Image
|
|||
from trytond.tests.test_tryton import with_transaction
|
||||
from trytond.pool import Pool
|
||||
from trytond.exceptions import UserError
|
||||
from trytond.modules.cashbook.tests import CashbookTestCase
|
||||
from trytond.modules.cashbook.tests.test_module import CashbookTestCase
|
||||
from datetime import date
|
||||
from decimal import Decimal
|
||||
from .img_data import img_data_png, dok_data_pdf, text_data
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[tryton]
|
||||
version=6.0.3
|
||||
version=6.0.4
|
||||
depends:
|
||||
cashbook
|
||||
xml:
|
||||
|
|
|
@ -1 +1 @@
|
|||
cashbook;6.0.25;6.0.999;mds
|
||||
cashbook;6.0.28;6.0.999;mds
|
||||
|
|
Loading…
Reference in a new issue