From 43d2eb39f923f727cbe086d6846861f94115218b Mon Sep 17 00:00:00 2001 From: Mark Finger Date: Tue, 5 May 2015 23:08:02 +1000 Subject: [PATCH] Deprecation notice --- django_react/__init__.py | 2 +- setup.py | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/django_react/__init__.py b/django_react/__init__.py index 83c145a..d86a4ed 100644 --- a/django_react/__init__.py +++ b/django_react/__init__.py @@ -1 +1 @@ -VERSION = '0.11.0' \ No newline at end of file +VERSION = '0.11.1' \ No newline at end of file diff --git a/setup.py b/setup.py index 6ba4f97..80a8393 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,11 @@ 'optional-django==0.2.1' ], description='Render and bundle React components from a Django application', - long_description='Documentation at https://github.com/markfinger/django-react', + long_description=''' +django-react is now deprecated and has been replaced by https://github.com/markfinger/python-react + +Documentation for django-react is available at https://github.com/markfinger/python-react/tree/0.11.0 +''', author='Mark Finger', author_email='markfinger@gmail.com', url='https://github.com/markfinger/django-react',