File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
10
## [ 2.0.2] ( https://github.com/ooliver1/botbase/compare/v2.0.1...v2.0.2 ) (2023-05-07)
4
11
5
12
Original file line number Diff line number Diff line change 8
8
from .models import *
9
9
from .wraps import *
10
10
11
- __version__ = "2.0.2 " # x-release-please-version
11
+ __version__ = "2.0.3 " # x-release-please-version
12
12
13
13
14
14
getLogger (__name__ ).addHandler (NullHandler ())
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " ooliver-botbase"
3
- version = " 2.0.2 "
3
+ version = " 2.0.3 "
4
4
description = " A personal nextcord bot base package for bots."
5
5
authors = [
" ooliver1 <[email protected] >" ]
6
6
license = " MIT"
You can’t perform that action at this time.
0 commit comments