We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5f4564 commit 7e5b855Copy full SHA for 7e5b855
2 files changed
CHANGES.rst
@@ -2,7 +2,7 @@ Changelog
2
=========
3
4
5
-0.3.0 (2013-12-06)
+0.3 (2013-12-06)
6
------------
7
8
- Adding CONVERSEJS_ALLOW_CONTACT_REQUESTS configuration variable. [LuanP]
setup.py
@@ -19,7 +19,7 @@ def read(*parts):
19
setup(
20
name='django-conversejs',
21
description='Adds converse.js (javascript XMPP client) to Django',
22
- version='0.3.0',
+ version='0.3',
23
long_description=read('README.rst'),
24
packages=['conversejs',
25
'conversejs.migrations',
0 commit comments