Adding upstream version 26.6.0.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
This commit is contained in:
parent
cfc058b43a
commit
4b797b16f0
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