Automatically assign assignee and reviewer #111

Open
Jmaa wants to merge 1 commits from issue-109-automatically-assign-assignee-and-reviewer into main
Showing only changes of commit 6553579db2 - Show all commits

View File

@ -174,6 +174,7 @@ def find_python_packages() -> list[str]:
print(f'Found following packages: {packages}')
return sorted(packages)
with open(PACKAGE_NAME + '/_version.py') as f:
version = parse_version_file(f.read())