mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-07 21:44:52 +03:00
Update changelog script to write verseion to pyproject.toml
This commit is contained in:
parent
fb1f309c5c
commit
a1864b0429
|
@ -47,7 +47,7 @@ def main() -> None:
|
||||||
print(f"Wrote {changelog_path}")
|
print(f"Wrote {changelog_path}")
|
||||||
|
|
||||||
# Update version
|
# Update version
|
||||||
setup_py_path = ROOT / "setup.py"
|
setup_py_path = ROOT / "pyproject.toml"
|
||||||
update_version(setup_py_path, release)
|
update_version(setup_py_path, release)
|
||||||
print(f"Updated version in {setup_py_path}")
|
print(f"Updated version in {setup_py_path}")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user