details: https://code.tryton.org/relatorio/commit/03e79e7c9973 branch: default user: Cédric Krier <[email protected]> date: Thu Jul 16 18:32:14 2026 +0200 description: Increase version diffstat:
relatorio/__init__.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (10 lines): diff -r 53d0f3ed7d07 -r 03e79e7c9973 relatorio/__init__.py --- a/relatorio/__init__.py Thu Jul 16 18:30:18 2026 +0200 +++ b/relatorio/__init__.py Thu Jul 16 18:32:14 2026 +0200 @@ -12,5 +12,5 @@ from . import templates from .reporting import MIMETemplateLoader, Report, ReportRepository -__version__ = '1.0.0' +__version__ = '1.0.1' __all__ = ['MIMETemplateLoader', 'ReportRepository', 'Report', 'templates']
