Skip to content

Commit 17269ad

Browse files
committed
Prepare release 1.8.0
1 parent 9a590df commit 17269ad

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2+
Version 1.8.0 - 2026-03-21
3+
--------------------------
4+
* Bug fixes (see mercurial logs for details)
15
* Upgrade to pyproject
26
* Add support for array operators
37
* Remove the parentheses around the unary and binary operators

COPYRIGHT

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
Copyright (c) 2011-2025 Cédric Krier <cedric.krier@b2ck.com>
1+
Copyright (c) 2011-2026 Cédric Krier <cedric.krier@b2ck.com>
22
Copyright (c) 2013-2025 Nicolas Évrard <nicolas.evrard@b2ck.com>
3-
Copyright (c) 2011-2025 B2CK SRL
3+
Copyright (c) 2011-2026 B2CK SRL
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.7.1'
10+
__version__ = '1.8.0'
1111
__all__ = [
1212
'Flavor', 'Table', 'Values', 'Literal', 'Column', 'Grouping', 'Conflict',
1313
'Matched', 'MatchedUpdate', 'MatchedDelete',

0 commit comments

Comments
 (0)