Version bump and changelog for 1.2.4
This commit is contained in:
parent
6d706c17a8
commit
6057b4fe95
7 changed files with 51 additions and 8 deletions
|
|
@ -96,7 +96,7 @@ def main():
|
|||
|
||||
issue_participants = clear_list(issue_participants)
|
||||
for contributor in issue_participants:
|
||||
print(contributor)
|
||||
print("- " + contributor)
|
||||
|
||||
print("\nContributors to our Merge Requests:\n")
|
||||
mr_participants = []
|
||||
|
|
@ -107,7 +107,7 @@ def main():
|
|||
|
||||
mr_participants = clear_list(mr_participants)
|
||||
for contributor in mr_participants:
|
||||
print(contributor)
|
||||
print("- " + contributor)
|
||||
|
||||
return
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue