Skip to content
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.

Commit

Permalink
feat: ✨ bump to version 5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Katze719 committed Jul 10, 2024
1 parent 63cd2bc commit 6aac993
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Version 5.0.3 - 2024-07-10

## What's Changed
* Create CODE_OF_CONDUCT.md by @Katze719 in https://github.com/Katze719/BSZET_IT_BOT/pull/21
* Create SECURITY.md by @Katze719 in https://github.com/Katze719/BSZET_IT_BOT/pull/22
* Update issue templates by @Katze719 in https://github.com/Katze719/BSZET_IT_BOT/pull/24
* Bump certifi from 2023.7.22 to 2024.7.4 by @dependabot in https://github.com/Katze719/BSZET_IT_BOT/pull/27

---

Version 5.0.2 - 2024-06-24

### What's Changed
Expand Down
2 changes: 1 addition & 1 deletion bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
USERNAME = "bsz-et-2324"
PASSWORD = "schulleiter#23"

CURRENT_VERSION = "v5.0.2"
CURRENT_VERSION = "v5.0.3"
CURRENT_VERSION_FILE = f"{os.getenv('SETTINGS_VOLUME')}/version.txt"

if __name__ == '__main__':
Expand Down
2 changes: 1 addition & 1 deletion bsz_bot/helpers/update_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ async def send_update_info(current_version : str, version_file : str = 'version.
if not info[0]:
return

await message_all_registered_guilds(simple_embed(f'Auto Update Information\n{info[1]} -> {current_version}', f"[View the full changelog here](https://github.com/Katze719/BSZET_IT_BOT/blob/main/CHANGELOG.txt)\n\n{parse_changelog()}"))
await message_all_registered_guilds(simple_embed(f'Auto Update Information\n{info[1]} ... {current_version}', f"[View the full changelog here](https://github.com/Katze719/BSZET_IT_BOT/blob/main/CHANGELOG.txt)\n\n{parse_changelog()}"))


0 comments on commit 6aac993

Please sign in to comment.