Skip to content

Commit 9912903

Browse files
committed
chore(master): release 2.0.3
1 parent 40bbfec commit 9912903

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.0.3](https://github.com/ooliver1/botbase/compare/v2.0.2...v2.0.3) (2023-05-14)
4+
5+
6+
### Bug Fixes
7+
8+
* use a decent asyncio handler ([40bbfec](https://github.com/ooliver1/botbase/commit/40bbfec2f34215c7a6d542693a224552d4acaf66))
9+
310
## [2.0.2](https://github.com/ooliver1/botbase/compare/v2.0.1...v2.0.2) (2023-05-07)
411

512

botbase/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from .models import *
99
from .wraps import *
1010

11-
__version__ = "2.0.2" # x-release-please-version
11+
__version__ = "2.0.3" # x-release-please-version
1212

1313

1414
getLogger(__name__).addHandler(NullHandler())

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ooliver-botbase"
3-
version = "2.0.2"
3+
version = "2.0.3"
44
description = "A personal nextcord bot base package for bots."
55
authors = ["ooliver1 <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)