Update changelog script to write verseion to pyproject.toml

This commit is contained in:
Jelmer Draaijer 2024-09-05 20:41:24 +02:00 committed by jelmert
parent fb1f309c5c
commit a1864b0429

View File

@ -47,7 +47,7 @@ def main() -> None:
print(f"Wrote {changelog_path}")
# Update version
setup_py_path = ROOT / "setup.py"
setup_py_path = ROOT / "pyproject.toml"
update_version(setup_py_path, release)
print(f"Updated version in {setup_py_path}")