Compare commits

...

3 commits

Author SHA1 Message Date
Frederik Jaeckel
089050b6be Version 7.0.10 2025-05-02 14:50:35 +02:00
Frederik Jaeckel
1e7a21ce1b Merge branch 'main' into 7.0 2025-05-02 14:49:54 +02:00
Frederik Jaeckel
7d03ec08ad update copyright 2025-05-02 14:49:41 +02:00
4 changed files with 7 additions and 4 deletions

View file

@ -1,5 +1,3 @@
Copyright (C) 2015-2025 Cédric Krier.
Copyright (C) 2015-2025 B2CK SPRL.
Copyright (C) 2021-2025 martin-data services. Copyright (C) 2021-2025 martin-data services.
Copyright (C) 2025 Mathias Behrle <mathiasb@m9s.biz> Copyright (C) 2025 Mathias Behrle <mathiasb@m9s.biz>

View file

@ -14,6 +14,10 @@ Requires
Changes Changes
======= =======
*7.0.10 - 02.05.2025*
- update copyright
*7.0.9 - 11.02.2025* *7.0.9 - 11.02.2025*
- Allow the export of paid invoices. (Mathias Behrle <mathiasb@m9s.biz>) - Allow the export of paid invoices. (Mathias Behrle <mathiasb@m9s.biz>)

View file

@ -13,7 +13,6 @@ here = path.abspath(path.dirname(__file__))
MODULE = 'account_invoice_xrechnung' MODULE = 'account_invoice_xrechnung'
PREFIX = 'mds' PREFIX = 'mds'
# Get the long description from the README file
with open(path.join(here, 'README.rst'), encoding='utf-8') as f: with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
long_description = f.read() long_description = f.read()
@ -86,6 +85,8 @@ setup(
'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
], ],
keywords='tryton account invoice xrechnung edocument', keywords='tryton account invoice xrechnung edocument',

View file

@ -1,5 +1,5 @@
[tryton] [tryton]
version=7.0.9 version=7.0.10
depends: depends:
account_invoice account_invoice
bank bank