details:   https://code.tryton.org/python-sql/commit/7e406d3ea9cb
branch:    default
user:      Cédric Krier <[email protected]>
date:      Sat Mar 21 18:35:19 2026 +0100
description:
        Increase version number
diffstat:

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

diffs (12 lines):

diff -r f53650301c1a -r 7e406d3ea9cb sql/__init__.py
--- a/sql/__init__.py   Sat Mar 21 18:33:41 2026 +0100
+++ b/sql/__init__.py   Sat Mar 21 18:35:19 2026 +0100
@@ -7,7 +7,7 @@
 from itertools import chain
 from threading import current_thread, local
 
-__version__ = '1.8.0'
+__version__ = '1.8.1'
 __all__ = [
     'Flavor', 'Table', 'Values', 'Literal', 'Column', 'Grouping', 'Conflict',
     'Matched', 'MatchedUpdate', 'MatchedDelete',

Reply via email to