Skip to content

Commit

Permalink
chore(master): release 2.6.0 (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
ooliver1 committed Jun 1, 2023
1 parent bd833ee commit 5c93a2d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog

## [2.6.0](https://github.com/ooliver1/mafic/compare/v2.5.0...v2.6.0) (2023-06-01)


### Features

* transfer players to new nodes ([#85](https://github.com/ooliver1/mafic/issues/85)) ([bd833ee](https://github.com/ooliver1/mafic/commit/bd833eec2bfb469f5a8b1fa739c6626f7ac68fb8))

## [2.5.0](https://github.com/ooliver1/mafic/compare/v2.4.2...v2.5.0) (2023-05-31)


Expand Down
2 changes: 1 addition & 1 deletion mafic/__init__.py
Expand Up @@ -27,7 +27,7 @@
__author__ = "ooliver1"
__license__ = "MIT"
__copyright__ = "Copyright 2022-present ooliver1"
__version__ = "2.5.0"
__version__ = "2.6.0"
"""The current version of mafic, using `PEP 440`_ format.
.. _PEP 440: https://peps.python.org/pep-0440/
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mafic"
version = "2.5.0"
version = "2.6.0"
description = "A properly typehinted lavalink client for discord.py, nextcord, disnake and py-cord."
authors = ["ooliver1 <oliverwilkes2006@icloud.com>"]
license = "MIT"
Expand Down

0 comments on commit 5c93a2d

Please sign in to comment.