Skip to content

Commit 43d2eb3

Browse files
committed
Deprecation notice
1 parent e3a1a64 commit 43d2eb3

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

django_react/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '0.11.0'
1+
VERSION = '0.11.1'

setup.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@
1717
'optional-django==0.2.1'
1818
],
1919
description='Render and bundle React components from a Django application',
20-
long_description='Documentation at https://github.com/markfinger/django-react',
20+
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+
''',
2125
author='Mark Finger',
2226
author_email='markfinger@gmail.com',
2327
url='https://github.com/markfinger/django-react',

0 commit comments

Comments
 (0)