slixmpp 1.2.2

Fix CVE-2015-8688, and a few bugfixes.
This commit is contained in:
mathieui 2016-11-21 21:46:02 +01:00
parent ffdb6ffd69
commit 53191ff1cf

View file

@ -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.1'
__version_info__ = (1, 2, 1)
__version__ = '1.2.2'
__version_info__ = (1, 2, 2)