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

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
TurnrDev committed Jul 30, 2022
1 parent 15a1388 commit 556e216
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [2021.30.1] - 2022-07-30
### Changed
- We have OCR again! `/update image:` to use it

## [2021.30.1] - 2022-07-25
### Changed
- Fix leaderboards not loading if a server has no icon
Expand Down Expand Up @@ -178,7 +182,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- `[p]progress (mention)`
- Settings commands

[Unreleased]: https://github.com/TrainerDex/ DiscordBot/compare/v2022.30.1...develop
[Unreleased]: https://github.com/TrainerDex/ DiscordBot/compare/v2022.30.2...develop
[2022.30.0]: https://github.com/TrainerDex/DiscordBot/compare/v2022.30.1...v2022.30.2
[2022.30.0]: https://github.com/TrainerDex/DiscordBot/compare/v2022.30.0...v2022.30.1
[2022.30.0]: https://github.com/TrainerDex/DiscordBot/compare/v2021.43.0...v2022.30.0
[2021.43.0]: https://github.com/TrainerDex/DiscordBot/compare/v2020.48.0...v2021.43.0
Expand Down
2 changes: 1 addition & 1 deletion trainerdex_discord_bot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"""

VERSION = (2022, 30, 1, "final", 0)
VERSION = (2022, 30, 2, "final", 0)

__version__ = f"{VERSION[0]}.{VERSION[1]}.{VERSION[2]}-{VERSION[3]}.{VERSION[4]}"

0 comments on commit 556e216

Please sign in to comment.