Skip to content

Commit 183bae9

Browse files
authored
chore(master): release 2.0.1 (#39)
1 parent e3d2a76 commit 183bae9

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+
## [2.0.1](https://github.com/ooliver1/botbase/compare/v2.0.0...v2.0.1) (2023-05-05)
4+
5+
6+
### Bug Fixes
7+
8+
* dont depend on delarva for now ([e3d2a76](https://github.com/ooliver1/botbase/commit/e3d2a769a4214eedf4ceb63cb36d347fb00913ad))
9+
310
## [2.0.0](https://github.com/ooliver1/botbase/compare/v1.22.3...v2.0.0) (2023-05-05)
411

512

botbase/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from .models import *
99
from .wraps import *
1010

11-
__version__ = "2.0.0" # x-release-please-version
11+
__version__ = "2.0.1" # x-release-please-version
1212

1313

1414
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 = "2.0.0"
3+
version = "2.0.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)