File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 1.20.3] ( https://github.com/ooliver1/botbase/compare/v1.20.2...v1.20.3 ) (2022-07-27)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * ** wraps:** make bot generic on Context ([ 0a35940] ( https://github.com/ooliver1/botbase/commit/0a3594026edffc775e553630600ec5ad4c052721 ) )
9
+
3
10
## [ 1.20.2] ( https://github.com/ooliver1/botbase/compare/v1.20.1...v1.20.2 ) (2022-07-26)
4
11
5
12
Original file line number Diff line number Diff line change 15
15
)
16
16
from .models import CogBase
17
17
18
- __version__ = "1.20.2 " # x-release-please-version
18
+ __version__ = "1.20.3 " # x-release-please-version
19
19
20
20
21
21
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 = " 1.20.2 "
3
+ version = " 1.20.3 "
4
4
description = " A personal nextcord bot base package for bots."
5
5
authors = [" ooliver1 <oliverwilkes2006@icloud.com>" ]
6
6
license = " MIT"
You can’t perform that action at this time.
0 commit comments