Version bump to v1.1.1
This commit is contained in:
parent
123e151978
commit
26a6970882
@ -15,7 +15,7 @@ __title__ = 'discord'
|
|||||||
__author__ = 'Rapptz'
|
__author__ = 'Rapptz'
|
||||||
__license__ = 'MIT'
|
__license__ = 'MIT'
|
||||||
__copyright__ = 'Copyright 2015-2019 Rapptz'
|
__copyright__ = 'Copyright 2015-2019 Rapptz'
|
||||||
__version__ = '1.1.0'
|
__version__ = '1.1.1'
|
||||||
|
|
||||||
from collections import namedtuple
|
from collections import namedtuple
|
||||||
import logging
|
import logging
|
||||||
@ -53,7 +53,7 @@ from .raw_models import *
|
|||||||
|
|
||||||
VersionInfo = namedtuple('VersionInfo', 'major minor micro releaselevel serial')
|
VersionInfo = namedtuple('VersionInfo', 'major minor micro releaselevel serial')
|
||||||
|
|
||||||
version_info = VersionInfo(major=1, minor=1, micro=0, releaselevel='final', serial=0)
|
version_info = VersionInfo(major=1, minor=1, micro=1, releaselevel='final', serial=0)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
from logging import NullHandler
|
from logging import NullHandler
|
||||||
|
@ -8,6 +8,21 @@ Changelog
|
|||||||
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.
|
||||||
|
|
||||||
|
.. _vp1p1p1:
|
||||||
|
|
||||||
|
v1.1.1
|
||||||
|
--------
|
||||||
|
|
||||||
|
Bug Fixes
|
||||||
|
~~~~~~~~~~~~
|
||||||
|
|
||||||
|
- Webhooks do not overwrite data on retrying their HTTP requests (:issue:`2140`)
|
||||||
|
|
||||||
|
Miscellaneous
|
||||||
|
~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
- Add back signal handling to :meth:`Client.run` due to issues some users had with proper cleanup.
|
||||||
|
|
||||||
.. _vp1p1p0:
|
.. _vp1p1p0:
|
||||||
|
|
||||||
v1.1.0
|
v1.1.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user