From 36824379c3c504bb8fe6868c159d55a5aa9f3a28 Mon Sep 17 00:00:00 2001 From: mathieui Date: Wed, 5 Oct 2016 20:32:32 +0200 Subject: slixmpp 1.2.1 Fix a few bugs along with the testsuite, and remove the asyncio loop monkeypatch hack. --- slixmpp/version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/slixmpp/version.py b/slixmpp/version.py index 3ccdff42..2dd4fcff 100644 --- a/slixmpp/version.py +++ b/slixmpp/version.py @@ -9,5 +9,5 @@ # We don't want to have to import the entire library # just to get the version info for setup.py -__version__ = '1.2' -__version_info__ = (1, 2) +__version__ = '1.2.1' +__version_info__ = (1, 2, 1) -- cgit v1.2.3