comparison sat_pubsub/__init__.py @ 305:642dffb9d6f1 0.2.0

fixed version change and CHANGELOG update
author Goffi <goffi@goffi.org>
date Mon, 07 Dec 2015 19:15:04 +0100
parents df1edebb0466
children a776544d84e5
comparison
equal deleted inserted replaced
304:bf4098a6cbb7 305:642dffb9d6f1
54 54
55 """ 55 """
56 Idavoll, a generic XMPP publish-subscribe service. 56 Idavoll, a generic XMPP publish-subscribe service.
57 """ 57 """
58 58
59 __version__ = '0.1.0D' 59 __version__ = '0.2.0'
60 60
61 # TODO: remove this when RSM and MAM are in wokkel 61 # TODO: remove this when RSM and MAM are in wokkel
62 import wokkel 62 import wokkel
63 from wokkel import pubsub, delay 63 from wokkel import pubsub, delay
64 from sat.tmp.wokkel import delay as tmp_delay, pubsub as tmp_pubsub, rsm as tmp_rsm, mam as tmp_mam 64 from sat.tmp.wokkel import delay as tmp_delay, pubsub as tmp_pubsub, rsm as tmp_rsm, mam as tmp_mam