Skip to content

Commit

Permalink
+ [ 3 files changed ] - Changelog and Bumps version
Browse files Browse the repository at this point in the history
  • Loading branch information
null2264 committed Sep 19, 2021
1 parent 5852d6a commit 01c1d7f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# v3.3

## 3.3.3

- [**Improved**] Added description to `>caselogs` command
- [**Improved**] Help command now tell user when they have no usable commands

## 3.3.2

- [**Fixed**] Fixed `AttributeError`
Expand Down
2 changes: 1 addition & 1 deletion core/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class ziBot(commands.Bot):

# --- NOTE: Information about the bot
author: str = getattr(config, "author", "ZiRO2264#9999")
version: str = "`3.3.2` - `overhaul`"
version: str = "`3.3.3` - `overhaul`"
links: Dict[str, str] = getattr(
config,
"links",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "Z3R0"
version = "3.3.2"
version = "3.3.3"
description = "A multi-purpose open source discord bot"
authors = ["null2264"]
license = "MPL-2.0"
Expand Down

0 comments on commit 01c1d7f

Please sign in to comment.