Skip to content

Commit

Permalink
chore(master): release 1.22.3 (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
ooliver1 authored Oct 25, 2022
1 parent b045dfb commit 6528ae9
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

## [1.22.3](https://github.com/ooliver1/botbase/compare/v1.22.2...v1.22.3) (2022-10-25)


### Bug Fixes

* **botbase:** support no config at all ([b511ef0](https://github.com/ooliver1/botbase/commit/b511ef0721f695e90c00cc045c43aa3948b36c08))

## [1.22.2](https://github.com/ooliver1/botbase/compare/v1.22.1...v1.22.2) (2022-10-22)


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

__version__ = "1.22.2" # x-release-please-version
__version__ = "1.22.3" # 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 = "1.22.2"
version = "1.22.3"
description = "A personal nextcord bot base package for bots."
authors = ["ooliver1 <oliverwilkes2006@icloud.com>"]
license = "MIT"
Expand Down

0 comments on commit 6528ae9

Please sign in to comment.