Version bump and changelog for 1.2.4

This commit is contained in:
Georg Krause 2022-04-23 13:40:06 +02:00
commit 6057b4fe95
No known key found for this signature in database
GPG key ID: 2970D504B2183D22
7 changed files with 51 additions and 8 deletions

View file

@ -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