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.1] ( https://github.com/ooliver1/botbase/compare/v1.20.0...v1.20.1 ) (2022-07-17)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * ** botbase:** dont ignore errors like that ([ d116b04] ( https://github.com/ooliver1/botbase/commit/d116b0450f6eafd992c0b5fad9c09da07285c26e ) )
9
+
3
10
## [ 1.20.0] ( https://github.com/ooliver1/botbase/compare/v1.19.2...v1.20.0 ) (2022-07-10)
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.0 " # x-release-please-version
18
+ __version__ = "1.20.1 " # 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.0 "
3
+ version = " 1.20.1 "
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