We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3a1a64 commit 43d2eb3Copy full SHA for 43d2eb3
2 files changed
django_react/__init__.py
@@ -1 +1 @@
1
-VERSION = '0.11.0'
+VERSION = '0.11.1'
setup.py
@@ -17,7 +17,11 @@
17
'optional-django==0.2.1'
18
],
19
description='Render and bundle React components from a Django application',
20
- long_description='Documentation at https://github.com/markfinger/django-react',
+ long_description='''
21
+django-react is now deprecated and has been replaced by https://github.com/markfinger/python-react
22
+
23
+Documentation for django-react is available at https://github.com/markfinger/python-react/tree/0.11.0
24
+''',
25
author='Mark Finger',
26
author_email='markfinger@gmail.com',
27
url='https://github.com/markfinger/django-react',
0 commit comments