Skip to content

Commit 6bb8bfe

Browse files
committed
Prepare release
1 parent 73486d2 commit 6bb8bfe

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.5.0 - 2024-05-13
12
* Skip alias on INSERT without ON CONFLICT or RETURNING
23
* Add MERGE
34
* Support UPSERT

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.4.4'
10+
__version__ = '1.5.0'
1111
__all__ = [
1212
'Flavor', 'Table', 'Values', 'Literal', 'Column', 'Grouping', 'Conflict',
1313
'Matched', 'MatchedUpdate', 'MatchedDelete',

0 commit comments

Comments
 (0)