From c08b9073f4ce44350970710df40e736eb0d70062 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Atamert=20=C3=96l=C3=A7gen?= Date: Sun, 23 Mar 2014 10:01:57 +0000 Subject: [PATCH] Added notice of abandonment. --- README.rst | 4 ++++ invitation/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index d00e3ca..4f5cbef 100644 --- a/README.rst +++ b/README.rst @@ -1,3 +1,7 @@ + +.. attention:: This package is no longer maintained. + + Built on top of ``django-registration``, **django-inviting** handles registration through invitations. diff --git a/invitation/__init__.py b/invitation/__init__.py index 0dde2ea..046fe65 100644 --- a/invitation/__init__.py +++ b/invitation/__init__.py @@ -4,7 +4,7 @@ __license__ = 'BSD' -__version__ = '0.6' +__version__ = '0.6.1' __maintainer__ = u'Atamert \xd6l\xe7gen' __email__ = 'muhuk@muhuk.com' __status__ = 'Production'