diff options
author | mathieui <mathieui@mathieui.net> | 2016-10-02 17:36:14 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2016-10-02 17:36:14 +0200 |
commit | 187c3508059524a86ad715a5a209fff2d22751ce (patch) | |
tree | 273ed34f0b4f50b1835c9ba53e69307867b9cffd | |
parent | 96d1c26f90ce0ecd3651a9990e72e7d55e298328 (diff) | |
download | slixmpp-187c3508059524a86ad715a5a209fff2d22751ce.tar.gz slixmpp-187c3508059524a86ad715a5a209fff2d22751ce.tar.bz2 slixmpp-187c3508059524a86ad715a5a209fff2d22751ce.tar.xz slixmpp-187c3508059524a86ad715a5a209fff2d22751ce.zip |
Update for slixmpp 1.2slix-1.2
-rw-r--r-- | README.rst | 9 | ||||
-rw-r--r-- | slixmpp/version.py | 4 |
2 files changed, 9 insertions, 4 deletions
@@ -12,8 +12,8 @@ Building -------- Slixmpp can make use of cython to improve performance on critical modules. -To do that, cython3 is necessary along with libidn headers. Otherwise, -no compilation is needed. Building is done by running setup.py:: +To do that, **cython3** is necessary along with **libidn** headers. +Otherwise, no compilation is needed. Building is done by running setup.py:: python3 setup.py build_ext --inplace @@ -108,6 +108,11 @@ Slixmpp Credits **Contributors:** - Emmanuel Gil Peyrot (`Link mauve <xmpp:linkmauve@linkmauve.fr?message>`_) + - Sam Whited (`Sam Whited <mailto:sam@samwhited.com>`_) + - Dan Sully (`Dan Sully <mailto:daniel@electricalrain.com>`_) + - Gasper Zejn (`Gasper Zejn <mailto:zejn@kiberpipa.org>`_) + - Krzysztof Kotlenga (`Krzysztof Kotlenga <mailto:pocek@users.sf.net>`_) + - Tsukasa Hiiragi (`Tsukasa Hiiragi <mailto:bakalolka@gmail.com>`_) Credits (SleekXMPP) ------------------- diff --git a/slixmpp/version.py b/slixmpp/version.py index dfa46ba3..3ccdff42 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.1' -__version_info__ = (1, 1) +__version__ = '1.2' +__version_info__ = (1, 2) |