Skip to content

Commit 187c350

Browse files
committed
Update for slixmpp 1.2
1 parent 96d1c26 commit 187c350

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

README.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Building
1212
--------
1313

1414
Slixmpp can make use of cython to improve performance on critical modules.
15-
To do that, cython3 is necessary along with libidn headers. Otherwise,
16-
no compilation is needed. Building is done by running setup.py::
15+
To do that, **cython3** is necessary along with **libidn** headers.
16+
Otherwise, no compilation is needed. Building is done by running setup.py::
1717

1818
python3 setup.py build_ext --inplace
1919

@@ -108,6 +108,11 @@ Slixmpp Credits
108108

109109
**Contributors:**
110110
- Emmanuel Gil Peyrot (`Link mauve <xmpp:[email protected]?message>`_)
111+
- Sam Whited (`Sam Whited <mailto:[email protected]>`_)
112+
- Dan Sully (`Dan Sully <mailto:[email protected]>`_)
113+
- Gasper Zejn (`Gasper Zejn <mailto:[email protected]>`_)
114+
- Krzysztof Kotlenga (`Krzysztof Kotlenga <mailto:[email protected]>`_)
115+
- Tsukasa Hiiragi (`Tsukasa Hiiragi <mailto:[email protected]>`_)
111116

112117
Credits (SleekXMPP)
113118
-------------------

slixmpp/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
# We don't want to have to import the entire library
1010
# just to get the version info for setup.py
1111

12-
__version__ = '1.1'
13-
__version_info__ = (1, 1)
12+
__version__ = '1.2'
13+
__version_info__ = (1, 2)

0 commit comments

Comments
 (0)