File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 33__author__ = "Rune Tynan"
44__license__ = "MIT"
55__copyright__ = "Copyright 2018-2019 CraftSpider"
6- __version__ = "0.6.4 "
6+ __version__ = "0.6.5 "
77
88from . import backend as backend
99
Original file line number Diff line number Diff line change 2222author = '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 ---------------------------------------------------
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.6.4
2+ current_version = 0.6.5
33commit = True
44tag = True
55
You can’t perform that action at this time.
0 commit comments