Version bump to v0.14.2
This commit is contained in:
		| @@ -15,7 +15,7 @@ __title__ = 'discord' | |||||||
| __author__ = 'Rapptz' | __author__ = 'Rapptz' | ||||||
| __license__ = 'MIT' | __license__ = 'MIT' | ||||||
| __copyright__ = 'Copyright 2015-2016 Rapptz' | __copyright__ = 'Copyright 2015-2016 Rapptz' | ||||||
| __version__ = '0.14.1' | __version__ = '0.14.2' | ||||||
|  |  | ||||||
| from .client import Client, AppInfo, ChannelPermissions | from .client import Client, AppInfo, ChannelPermissions | ||||||
| from .user import User | from .user import User | ||||||
| @@ -42,7 +42,7 @@ import logging | |||||||
|  |  | ||||||
| VersionInfo = namedtuple('VersionInfo', 'major minor micro releaselevel serial') | VersionInfo = namedtuple('VersionInfo', 'major minor micro releaselevel serial') | ||||||
|  |  | ||||||
| version_info = VersionInfo(major=0, minor=14, micro=1, releaselevel='final', serial=0) | version_info = VersionInfo(major=0, minor=14, micro=2, releaselevel='final', serial=0) | ||||||
|  |  | ||||||
| try: | try: | ||||||
|     from logging import NullHandler |     from logging import NullHandler | ||||||
|   | |||||||
| @@ -8,6 +8,22 @@ What's New | |||||||
| This page keeps a detailed human friendly rendering of what's new and changed | This page keeps a detailed human friendly rendering of what's new and changed | ||||||
| in specific versions. | in specific versions. | ||||||
|  |  | ||||||
|  | .. _v0p14p2: | ||||||
|  |  | ||||||
|  | v0.14.2 | ||||||
|  | --------- | ||||||
|  |  | ||||||
|  | New Features | ||||||
|  | ~~~~~~~~~~~~~~ | ||||||
|  |  | ||||||
|  | - :meth:`Client.wait_for_reaction` now returns a namedtuple with ``reaction`` and ``user`` attributes. | ||||||
|  |     - This is for better support in the case that ``None`` is returned since tuple unpacking can lead to issues. | ||||||
|  |  | ||||||
|  | Bug Fixes | ||||||
|  | ~~~~~~~~~~ | ||||||
|  |  | ||||||
|  | - Fix bug that disallowed ``None`` to be passed for ``emoji`` parameter in :meth:`Client.wait_for_reaction`. | ||||||
|  |  | ||||||
| .. _v0p14p1: | .. _v0p14p1: | ||||||
|  |  | ||||||
| v0.14.1 | v0.14.1 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user