Compare commits

..

3 commits

Author SHA1 Message Date
Frederik Jaeckel
056dd1694b Version 6.8.15 2025-05-02 14:22:17 +02:00
Frederik Jaeckel
2cc0de8aea Merge branch 'main' into 6.8 2025-05-02 14:21:13 +02:00
Frederik Jaeckel
a5bf930e55 update license 2025-05-02 14:16:47 +02:00
4 changed files with 9 additions and 7 deletions

View file

@ -1,7 +1,5 @@
Copyright (C) 2015-2023 Cédric Krier.
Copyright (C) 2015-2023 B2CK SPRL.
Copyright (C) 2021-2024 martin-data services.
Copyright (C) 2024 Mathias Behrle
Copyright (C) 2021-2025 martin-data services.
Copyright (C) 2024-2025 Mathias Behrle
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by

View file

@ -14,6 +14,10 @@ Requires
Changes
=======
*6.8.15 - 02.05.2025*
- update license
*6.8.14 - 29.01.2025*
- updt: optimize rounding of unit_price

View file

@ -13,11 +13,9 @@ here = path.abspath(path.dirname(__file__))
MODULE = 'edocument_xrechnung'
PREFIX = 'mds'
# Get the long description from the README file
with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
long_description = f.read()
# tryton.cfg einlesen
config = ConfigParser()
config.readfp(open('tryton.cfg'))
info = dict(config.items('tryton'))
@ -87,6 +85,8 @@ setup(
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
],
keywords='tryton xrechnung edcoument',

View file

@ -1,5 +1,5 @@
[tryton]
version=6.8.14
version=6.8.15
depends:
edocument_uncefact
party