Skip to content

Commit 2dadf33

Browse files
authored
chore(master): release 1.20.1 (#13)
1 parent d116b04 commit 2dadf33

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

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+
310
## [1.20.0](https://github.com/ooliver1/botbase/compare/v1.19.2...v1.20.0) (2022-07-10)
411

512

botbase/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
)
1616
from .models import CogBase
1717

18-
__version__ = "1.20.0" # x-release-please-version
18+
__version__ = "1.20.1" # x-release-please-version
1919

2020

2121
getLogger(__name__).addHandler(NullHandler())

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ooliver-botbase"
3-
version = "1.20.0"
3+
version = "1.20.1"
44
description = "A personal nextcord bot base package for bots."
55
authors = ["ooliver1 <oliverwilkes2006@icloud.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)