details: https://code.tryton.org/python-sql/commit/6928411260b7
branch: default
user: Cédric Krier <[email protected]>
date: Fri Apr 03 23:42:38 2026 +0200
description:
Increase version number
diffstat:
sql/__init__.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 80c2d7b2dc49 -r 6928411260b7 sql/__init__.py
--- a/sql/__init__.py Fri Apr 03 23:40:00 2026 +0200
+++ b/sql/__init__.py Fri Apr 03 23:42:38 2026 +0200
@@ -7,7 +7,7 @@
from itertools import chain
from threading import current_thread, local
-__version__ = '1.8.1'
+__version__ = '1.8.2'
__all__ = [
'Flavor', 'Table', 'Values', 'Literal', 'Column', 'Grouping', 'Conflict',
'Matched', 'MatchedUpdate', 'MatchedDelete',