Skip to content

Commit 7cd02a4

Browse files
committed
Prepare release
1 parent fd2e815 commit 7cd02a4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
Version 1.7.0 - 2025-11-24
12
* Add support for Python 3.14
23
* Do not use parameters for COUNT(*)
34

sql/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from itertools import chain
88
from threading import current_thread, local
99

10-
__version__ = '1.6.1'
10+
__version__ = '1.7.0'
1111
__all__ = [
1212
'Flavor', 'Table', 'Values', 'Literal', 'Column', 'Grouping', 'Conflict',
1313
'Matched', 'MatchedUpdate', 'MatchedDelete',

0 commit comments

Comments
 (0)