Skip to content

Commit 19f12c5

Browse files
committed
chore(master): release 2.9.4
1 parent b15b282 commit 19f12c5

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [2.9.4](https://github.com/ooliver1/mafic/compare/v2.9.3...v2.9.4) (2023-09-04)
4+
5+
6+
### Bug Fixes
7+
8+
* **strategy:** where did commit f25b84f go ([89204ac](https://github.com/ooliver1/mafic/commit/89204ac3625cc291cc705022d17bb413bbb33d6a))
9+
* support 3.8 again lol ([8b4bd4a](https://github.com/ooliver1/mafic/commit/8b4bd4a6443f08c3d9fe4641797f0251a26a78ad))
10+
311
## [2.9.3](https://github.com/ooliver1/mafic/compare/v2.9.2...v2.9.3) (2023-08-28)
412

513

mafic/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
__author__ = "ooliver1"
2828
__license__ = "MIT"
2929
__copyright__ = "Copyright 2022-present ooliver1"
30-
__version__ = "2.9.3"
30+
__version__ = "2.9.4"
3131
"""The current version of mafic, using `PEP 440`_ format.
3232
3333
.. _PEP 440: https://peps.python.org/pep-0440/

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 = "mafic"
3-
version = "2.9.3"
3+
version = "2.9.4"
44
description = "A properly typehinted lavalink client for discord.py, nextcord, disnake and py-cord."
55
authors = ["ooliver1 <oliverwilkes2006@icloud.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)