We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e11c033 commit 676dcdcCopy full SHA for 676dcdc
sql/__init__.py
@@ -7,7 +7,7 @@
7
from itertools import chain
8
from threading import current_thread, local
9
10
-__version__ = '1.5.1'
+__version__ = '1.5.2'
11
__all__ = [
12
'Flavor', 'Table', 'Values', 'Literal', 'Column', 'Grouping', 'Conflict',
13
'Matched', 'MatchedUpdate', 'MatchedDelete',
0 commit comments