From b81a3a61a7890de2ac2df33282227c1ce2a135b1 Mon Sep 17 00:00:00 2001 From: Oliver Wilkes Date: Sun, 4 Jun 2023 14:12:28 +0100 Subject: [PATCH] chore(master): release 2.9.1 (#92) --- CHANGELOG.md | 7 +++++++ mafic/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb61ed2..96cbefb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.9.1](https://github.com/ooliver1/mafic/compare/v2.9.0...v2.9.1) (2023-06-04) + + +### Bug Fixes + +* sorry frankfurt ([#91](https://github.com/ooliver1/mafic/issues/91)) ([b09daef](https://github.com/ooliver1/mafic/commit/b09daef2b57f98fc9174bd5963b80be4b1ecbb8c)) + ## [2.9.0](https://github.com/ooliver1/mafic/compare/v2.8.0...v2.9.0) (2023-06-04) diff --git a/mafic/__init__.py b/mafic/__init__.py index 1ee733c..c3d78d0 100644 --- a/mafic/__init__.py +++ b/mafic/__init__.py @@ -27,7 +27,7 @@ __author__ = "ooliver1" __license__ = "MIT" __copyright__ = "Copyright 2022-present ooliver1" -__version__ = "2.9.0" +__version__ = "2.9.1" """The current version of mafic, using `PEP 440`_ format. .. _PEP 440: https://peps.python.org/pep-0440/ diff --git a/pyproject.toml b/pyproject.toml index a3e6b9d..6f5e22d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mafic" -version = "2.9.0" +version = "2.9.1" description = "A properly typehinted lavalink client for discord.py, nextcord, disnake and py-cord." authors = ["ooliver1 "] license = "MIT"