Merge branch 'release/0.6.1'

pull/8/head
njouanin 2016-02-05 21:12:04 +01:00
commit c3d6fd94d2
4 zmienionych plików z 8 dodań i 2 usunięć

Wyświetl plik

@ -2,4 +2,4 @@
#
# See the file license.txt for copying permission.
VERSION = (0, 6, 0, 'final', 0)
VERSION = (0, 6, 1, 'final', 0)

Wyświetl plik

@ -424,7 +424,6 @@ class Broker:
yield from self._stop_handler(handler)
client_session.transitions.disconnect()
yield from self.plugins_manager.fire_event(EVENT_BROKER_CLIENT_DISCONNECTED, client_id=client_session.client_id)
yield from writer.close()
connected = False
if unsubscribe_waiter in done:
self.logger.debug("%s handling unsubscription" % client_session.client_id)

Wyświetl plik

@ -30,10 +30,16 @@ Build status
.. image:: https://coveralls.io/repos/beerfactory/hbmqtt/badge.svg?branch=develop&service=github
:target: https://coveralls.io/github/beerfactory/hbmqtt?branch=develop
Project status
--------------
.. image:: https://readthedocs.org/projects/hbmqtt/badge/?version=latest
:target: http://hbmqtt.readthedocs.org/en/latest/?badge=latest
:alt: Documentation Status
.. image:: https://badge.fury.io/py/hbmqtt.svg
:target: https://badge.fury.io/py/hbmqtt
.. image:: https://badge.waffle.io/beerfactory/hbmqtt.svg?label=ready&title=Ready
:target: https://waffle.io/beerfactory/hbmqtt
:alt: 'Stories in Ready'

Wyświetl plik

@ -31,6 +31,7 @@ setup(
'Operating System :: MacOS',
'Operating System :: Microsoft :: Windows',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Topic :: Communications',
'Topic :: Internet'
],