Skip to content

Commit da321de

Browse files
committed
Bump version: 0.6.4 → 0.6.5
1 parent a78c572 commit da321de

4 files changed

Lines changed: 16 additions & 3 deletions

File tree

HISTORY.md

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

3+
## 0.6.5
4+
5+
This release allows testing with Voice Channels.
6+
7+
New :
8+
9+
- `FakeVoiceChannel` and `FakeVoiceClient` classes implemetation
10+
- New tests
11+
12+
Changes :
13+
14+
- `create_channel` method can create voice channel
15+
316
## 0.6.4
417

518
- Fix: edit message doesn't update message queue

discord/ext/test/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
__author__ = "Rune Tynan"
44
__license__ = "MIT"
55
__copyright__ = "Copyright 2018-2019 CraftSpider"
6-
__version__ = "0.6.4"
6+
__version__ = "0.6.5"
77

88
from . import backend as backend
99

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'CraftSpider'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '0.6.4'
25+
release = '0.6.5'
2626

2727

2828
# -- General configuration ---------------------------------------------------

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.6.4
2+
current_version = 0.6.5
33
commit = True
44
tag = True
55

0 commit comments

Comments
 (0)