Skip to content

Commit f810b02

Browse files
committed
New release. 0.3.1
1 parent f0f6f5d commit f810b02

4 files changed

Lines changed: 8 additions & 11 deletions

File tree

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
=========
33

4+
0.3.1 (2014-31-07)
5+
------------
6+
7+
- Added support to Django 1.7 [@matheusfaria, @darksshades]
8+
- Updated sleekxmpp version to 1.3.1
9+
410

511
0.3 (2013-12-06)
612
------------

README.rst

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -138,12 +138,3 @@ TODO
138138
* Allow user reset XMPP account password. That's useful to allow the use of other xmpp clients.
139139
* Allow user to set avatar
140140
* Auto update XMPP name and email when those are updated in django (using signals)
141-
142-
143-
IMPORTANT NOTE:
144-
---------------
145-
146-
147-
django-conversejs depends of `SleekXMPP` that currently has a bug when used with gevent. This bug has been already fixed in the development branch but still not released as stable. While this is not released the install instructions will point to TracyWebTech repository that has the stable version with the gevent patch applied.
148-
149-
Sorry for the inconvenience.

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
git+https://github.com/TracyWebTech/SleekXMPP@fix-gevent
1+
sleekxmpp==1.3.1
22
pure-sasl==0.1.5
33
dnspython==1.11.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def read(*parts):
1919
setup(
2020
name='django-conversejs',
2121
description='Adds converse.js (javascript XMPP client) to Django',
22-
version='0.3',
22+
version='0.3.1',
2323
long_description=read('README.rst'),
2424
packages=['conversejs',
2525
'conversejs.migrations',

0 commit comments

Comments
 (0)