mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-20 16:00:29 +00:00
Version bump to v0.14.3
This commit is contained in:
parent
ae796e0d01
commit
a7ba0bb7c4
@ -15,7 +15,7 @@ __title__ = 'discord'
|
||||
__author__ = 'Rapptz'
|
||||
__license__ = 'MIT'
|
||||
__copyright__ = 'Copyright 2015-2016 Rapptz'
|
||||
__version__ = '0.14.2'
|
||||
__version__ = '0.14.3'
|
||||
|
||||
from .client import Client, AppInfo, ChannelPermissions
|
||||
from .user import User
|
||||
@ -42,7 +42,7 @@ import logging
|
||||
|
||||
VersionInfo = namedtuple('VersionInfo', 'major minor micro releaselevel serial')
|
||||
|
||||
version_info = VersionInfo(major=0, minor=14, micro=2, releaselevel='final', serial=0)
|
||||
version_info = VersionInfo(major=0, minor=14, micro=3, releaselevel='final', serial=0)
|
||||
|
||||
try:
|
||||
from logging import NullHandler
|
||||
|
@ -8,6 +8,17 @@ What's New
|
||||
This page keeps a detailed human friendly rendering of what's new and changed
|
||||
in specific versions.
|
||||
|
||||
.. _vp014p3:
|
||||
|
||||
v0.14.3
|
||||
---------
|
||||
|
||||
Bug Fixes
|
||||
~~~~~~~~~~~
|
||||
|
||||
- Fix crash when dealing with MESSAGE_REACTION_REMOVE
|
||||
- Fix incorrect buckets for reactions.
|
||||
|
||||
.. _v0p14p2:
|
||||
|
||||
v0.14.2
|
||||
|
Loading…
x
Reference in New Issue
Block a user