Skip to content

Commit

Permalink
chore(master): release 1.21.5 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
ooliver1 authored Oct 3, 2022
1 parent ab8a243 commit 6a80e5a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.21.5](https://github.com/ooliver1/botbase/compare/v1.21.4...v1.21.5) (2022-10-03)


### Bug Fixes

* **botbase:** actually fix close and startup ([ab8a243](https://github.com/ooliver1/botbase/commit/ab8a243c58333ae53ac6f0516191177c8bf10149))

## [1.21.4](https://github.com/ooliver1/botbase/compare/v1.21.3...v1.21.4) (2022-09-11)


Expand Down
2 changes: 1 addition & 1 deletion botbase/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from .wraps import *
from .models import *

__version__ = "1.21.4" # x-release-please-version
__version__ = "1.21.5" # x-release-please-version


getLogger(__name__).addHandler(NullHandler())
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 = "ooliver-botbase"
version = "1.21.4"
version = "1.21.5"
description = "A personal nextcord bot base package for bots."
authors = ["ooliver1 <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 6a80e5a

Please sign in to comment.