We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 78b004f + ae33027 commit 82059b6Copy full SHA for 82059b6
{{cookiecutter.project_name}}/scripts/setup-release.py
@@ -4,12 +4,12 @@
4
import subprocess
5
from typing import Optional
6
7
+from util import REPO_FOLDER
8
from util import bump_version
9
from util import check_dependencies
10
from util import create_release_branch
-from util import get_package_version
11
from util import get_bumped_package_version
12
-from util import REPO_FOLDER
+from util import get_package_version
13
14
15
def main() -> None:
0 commit comments