comparison src/__init__.py @ 376:b80f7848d8a2

version + CHANGELOG update
author Goffi <goffi@goffi.org>
date Sun, 06 Jan 2019 17:30:04 +0100
parents dabee42494ac
children aa3a464df605
comparison
equal deleted inserted replaced
375:9a787881b824 376:b80f7848d8a2
52 52
53 """ 53 """
54 SàT PubSub, a generic XMPP publish-subscribe service. 54 SàT PubSub, a generic XMPP publish-subscribe service.
55 """ 55 """
56 56
57 __version__ = '0.2.0' 57 __version__ = '0.3.0'
58 58
59 # TODO: remove this when RSM and MAM are in wokkel 59 # TODO: remove this when RSM and MAM are in wokkel
60 import wokkel 60 import wokkel
61 from sat_tmp.wokkel import pubsub as tmp_pubsub, rsm as tmp_rsm, mam as tmp_mam 61 from sat_tmp.wokkel import pubsub as tmp_pubsub, rsm as tmp_rsm, mam as tmp_mam
62 wokkel.pubsub = tmp_pubsub 62 wokkel.pubsub = tmp_pubsub