details:   https://code.tryton.org/relatorio/commit/26dd8b3cd692
branch:    default
user:      Cédric Krier <[email protected]>
date:      Thu Jul 16 18:30:11 2026 +0200
description:
        Prepare release 1.0.0
diffstat:

 CHANGELOG             |  2 ++
 relatorio/__init__.py |  2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r b598acb66d98 -r 26dd8b3cd692 CHANGELOG
--- a/CHANGELOG Thu Jun 11 12:14:32 2026 +0200
+++ b/CHANGELOG Thu Jul 16 18:30:11 2026 +0200
@@ -1,3 +1,5 @@
+Version 1.0.0 - 2026-07-16
+--------------------------
 * Replace python-magic dependency by puremagic
 * Remove support for chart template
 * Remove support for PDF
diff -r b598acb66d98 -r 26dd8b3cd692 relatorio/__init__.py
--- a/relatorio/__init__.py     Thu Jun 11 12:14:32 2026 +0200
+++ b/relatorio/__init__.py     Thu Jul 16 18:30:11 2026 +0200
@@ -12,5 +12,5 @@
 from . import templates
 from .reporting import MIMETemplateLoader, Report, ReportRepository
 
-__version__ = '0.12.2'
+__version__ = '1.0.0'
 __all__ = ['MIMETemplateLoader', 'ReportRepository', 'Report', 'templates']

Reply via email to