Merging upstream version 26.6.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
12333df27e
commit
3532bfd564
99 changed files with 40433 additions and 38803 deletions
2
setup.py
2
setup.py
|
@ -2,7 +2,7 @@ from setuptools import find_packages, setup
|
|||
|
||||
|
||||
def sqlglotrs_version():
|
||||
with open("sqlglotrs/Cargo.toml") as fd:
|
||||
with open("sqlglotrs/Cargo.toml", encoding="utf-8") as fd:
|
||||
for line in fd.readlines():
|
||||
if line.strip().startswith("version"):
|
||||
return line.split("=")[1].strip().strip('"')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue