Skip to content

Commit e250ff8

Browse files
authored
chore(master): release 1.20.3 (#15)
1 parent 0a35940 commit e250ff8

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.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+
310
## [1.20.2](https://github.com/ooliver1/botbase/compare/v1.20.1...v1.20.2) (2022-07-26)
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.2" # x-release-please-version
18+
__version__ = "1.20.3" # 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.2"
3+
version = "1.20.3"
44
description = "A personal nextcord bot base package for bots."
55
authors = ["ooliver1 <oliverwilkes2006@icloud.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)