Version 6.0.4

This commit is contained in:
Frederik Jaeckel 2023-06-06 17:19:00 +02:00
parent d9958b5ccf
commit 27860b60fb
4 changed files with 7 additions and 3 deletions

View file

@ -14,6 +14,10 @@ Requires
Changes
=======
*6.0.4 - 06.06.2023*
- code optimized
*6.0.3 - 14.02.2023*
- updt: setup.py

View file

@ -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

View file

@ -1,5 +1,5 @@
[tryton]
version=6.0.3
version=6.0.4
depends:
cashbook
xml:

View file

@ -1 +1 @@
cashbook;6.0.25;6.0.999;mds
cashbook;6.0.28;6.0.999;mds