# HG changeset patch # User Peter Sanchez # Date 1362682380 28800 # Thu Mar 07 10:53:00 2013 -0800 # Node ID d42693b9c5d4eaf9611253361882a8be905a3b97 # Parent 419be542ce585a416df10127077b4cc9328733aa Version bump. README update. diff --git a/README b/README --- a/README +++ b/README @@ -10,18 +10,33 @@ Updated to work cleanly with Django 1.5. + +============ +INSTRUCTIONS +============ + +Please see: + +https://bitbucket.org/petersanchez/djpubsubhubbub/wiki/Installation + +For SuperFeedr tutorial, please see: + +https://bitbucket.org/petersanchez/djpubsubhubbub/wiki/SuperFeedr_Tutorial + + ============ DEPENDENCIES ============ Requires the django-easyconfig and feedparser packages. -$ sudo pip install django-easyconfig -$ sudo pip install feedparser +$ pip install django-easyconfig +$ pip install feedparser # Note, if you install djpubsubhubbub from pip yourself, # it should handle the dependencies for you. + ============ REQUIREMENTS ============ @@ -30,6 +45,15 @@ and Django 1.2 +======= +AUTHORS +======= + +The good people at Participatory Culture +Peter Sanchez - peter@netlandish.com +ARSKI - https://bitbucket.org/arski + + =============== ORIGINAL README =============== diff --git a/djpubsubhubbub/__init__.py b/djpubsubhubbub/__init__.py --- a/djpubsubhubbub/__init__.py +++ b/djpubsubhubbub/__init__.py @@ -1,1 +1,1 @@ -__version__ = '0.6' +__version__ = '0.7'