Version 6.8.28

This commit is contained in:
Frederik Jaeckel 2023-06-05 20:22:53 +02:00
parent 2b6731d071
commit 7769f5f14a
3 changed files with 5 additions and 4 deletions

View file

@ -9,7 +9,7 @@ pip install mds-cashbook
Requires Requires
======== ========
- Tryton 6.0 - Tryton 6.8
How to How to
====== ======
@ -153,6 +153,6 @@ currency are converted into the display currency of the parent cash book.
Changes Changes
======= =======
*6.0.0 - 05.08.2022* *6.8.28 - 05.06.2023*
- init - init

View file

@ -40,7 +40,7 @@ with open(path.join(here, 'versiondep.txt'), encoding='utf-8') as f:
# tryton-version # tryton-version
major_version = 6 major_version = 6
minor_version = 0 minor_version = 8
requires = ['python-slugify'] requires = ['python-slugify']
for dep in info.get('depends', []): for dep in info.get('depends', []):
@ -89,6 +89,7 @@ setup(name='%s_%s' % (PREFIX, MODULE),
'License :: OSI Approved :: GNU General Public License (GPL)', 'License :: OSI Approved :: GNU General Public License (GPL)',
'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
], ],
keywords='tryton cashbook', keywords='tryton cashbook',

View file

@ -1,5 +1,5 @@
[tryton] [tryton]
version=6.0.0 version=6.8.28
depends: depends:
res res
currency currency