Skip to content

Commit

Permalink
chore(master): release 2.0.1 (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
ooliver1 authored May 5, 2023
1 parent e3d2a76 commit 183bae9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.0.1](https://github.com/ooliver1/botbase/compare/v2.0.0...v2.0.1) (2023-05-05)


### Bug Fixes

* dont depend on delarva for now ([e3d2a76](https://github.com/ooliver1/botbase/commit/e3d2a769a4214eedf4ceb63cb36d347fb00913ad))

## [2.0.0](https://github.com/ooliver1/botbase/compare/v1.22.3...v2.0.0) (2023-05-05)


Expand Down
2 changes: 1 addition & 1 deletion botbase/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from .models import *
from .wraps import *

__version__ = "2.0.0" # x-release-please-version
__version__ = "2.0.1" # x-release-please-version


getLogger(__name__).addHandler(NullHandler())
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ooliver-botbase"
version = "2.0.0"
version = "2.0.1"
description = "A personal nextcord bot base package for bots."
authors = ["ooliver1 <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 183bae9

Please sign in to comment.