Skip to content

Commit 9dd6198

Browse files
committed
Prepare release
1 parent cdbcb2b commit 9dd6198

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
Version 1.6.0 - 2025-05-02
12
* Fix position of order_by parameters in Select query
23
* Add support for weak reference on SQL objects
34
* Add support for Python 3.13

COPYRIGHT

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
Copyright (c) 2011-2024, Cédric Krier
2-
Copyright (c) 2013-2023, Nicolas Évrard
3-
Copyright (c) 2011-2024, B2CK
1+
Copyright (c) 2011-2025, Cédric Krier
2+
Copyright (c) 2013-2025, Nicolas Évrard
3+
Copyright (c) 2011-2025, B2CK
44
All rights reserved.
55

66
Redistribution and use in source and binary forms, with or without

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

0 commit comments

Comments
 (0)