diff options
author | mathieui <mathieui@mathieui.net> | 2016-10-05 20:32:32 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2016-10-05 20:32:32 +0200 |
commit | 36824379c3c504bb8fe6868c159d55a5aa9f3a28 (patch) | |
tree | 3f2af46158eff5ec7ad9960dfdace33e9891037f | |
parent | a0a37c19ffd5ae530341e7e306413a0a6c95fab2 (diff) | |
download | slixmpp-slix-1.2.1.tar.gz slixmpp-slix-1.2.1.tar.bz2 slixmpp-slix-1.2.1.tar.xz slixmpp-slix-1.2.1.zip |
slixmpp 1.2.1slix-1.2.1
Fix a few bugs along with the testsuite, and remove the asyncio loop
monkeypatch hack.
-rw-r--r-- | slixmpp/version.py | 4 |
1 files 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) |