1
0
Fork 0

Merging upstream version 6.2.1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-13 14:35:19 +01:00
parent 88ff88b74b
commit 4babd49305
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
3 changed files with 37 additions and 2 deletions

View file

@ -20,7 +20,7 @@ from sqlglot.generator import Generator
from sqlglot.parser import Parser
from sqlglot.tokens import Tokenizer, TokenType
__version__ = "6.2.0"
__version__ = "6.2.1"
pretty = False