Skip to content

Commit

Permalink
Bump version: 0.6.4 → 0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergeileduc committed Apr 29, 2023
1 parent a78c572 commit da321de
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# History

## 0.6.5

This release allows testing with Voice Channels.

New :

- `FakeVoiceChannel` and `FakeVoiceClient` classes implemetation
- New tests

Changes :

- `create_channel` method can create voice channel

## 0.6.4

- Fix: edit message doesn't update message queue
Expand Down
2 changes: 1 addition & 1 deletion discord/ext/test/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
__author__ = "Rune Tynan"
__license__ = "MIT"
__copyright__ = "Copyright 2018-2019 CraftSpider"
__version__ = "0.6.4"
__version__ = "0.6.5"

from . import backend as backend

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'CraftSpider'

# The full version, including alpha/beta/rc tags
release = '0.6.4'
release = '0.6.5'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.6.4
current_version = 0.6.5
commit = True
tag = True

Expand Down

0 comments on commit da321de

Please sign in to comment.