Compare commits

..

2 commits
main ... 6.8

Author SHA1 Message Date
Frederik Jaeckel
f14369873b Etikett ver 6.8.4 zum Änderungssatz 8860fbee6069 hinzugefügt 2023-06-06 17:08:59 +02:00
Frederik Jaeckel
b3590848a2 Version 6.8.4 2023-06-06 17:08:41 +02:00
4 changed files with 8 additions and 7 deletions

View file

@ -9,11 +9,11 @@ pip install mds-cashbook-media
Requires Requires
======== ========
- Tryton 7.0 - Tryton 6.8
Changes Changes
======= =======
*7.0.0 - 01.12.2023* *6.8.4 - 06.06.2023*
- ported to Tryton 7.0 - ported to Tryton 6.8

View file

@ -39,8 +39,8 @@ with open(path.join(here, 'versiondep.txt'), encoding='utf-8') as f:
modversion[l2[0]] = {'min': l2[1], 'max': l2[2], 'prefix': l2[3]} modversion[l2[0]] = {'min': l2[1], 'max': l2[2], 'prefix': l2[3]}
# tryton-version # tryton-version
major_version = 7 major_version = 6
minor_version = 0 minor_version = 8
requires = ['python-magic>=0.4.24', 'Pillow'] requires = ['python-magic>=0.4.24', 'Pillow']
for dep in info.get('depends', []): for dep in info.get('depends', []):

View file

@ -1,5 +1,5 @@
[tryton] [tryton]
version=7.0.0 version=6.8.4
depends: depends:
cashbook cashbook
xml: xml:

View file

@ -1 +1,2 @@
cashbook;7.0.31;7.0.999;mds cashbook;6.8.28;6.8.999;mds