From 639a208fa57ea674d165c4837e96f3ae4d7e3e61 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 19 Feb 2023 14:45:09 +0100 Subject: Merging upstream version 11.1.3. Signed-off-by: Daniel Baumann --- docs/sqlglot.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/sqlglot.html') diff --git a/docs/sqlglot.html b/docs/sqlglot.html index e7a1724..e686c9c 100644 --- a/docs/sqlglot.html +++ b/docs/sqlglot.html @@ -694,7 +694,7 @@ 40 T = t.TypeVar("T", bound=Expression) 41 42 - 43__version__ = "11.0.0" + 43__version__ = "11.1.2" 44 45pretty = False 46"""Whether to format generated SQL by default.""" -- cgit v1.2.3