diff --git a/README.rst b/README.rst index 05fff7d..82a0220 100644 --- a/README.rst +++ b/README.rst @@ -2,21 +2,26 @@ Prowlpy ======= -Originally Written by Jacob Burch, 7/6/2009 -Modified by Olivier Hervieu -Updated for Prowl API 1.2 by Ken Pepple, 3/5/2011 +| Originally Written by Jacob Burch, 7/6/2009 +| Modified by Olivier Hervieu +| Updated for Prowl API 1.2 by Ken Pepple, 3/5/2011 Python module for posting to the iPhone Push Notification service Prowl: http://www.prowlapp.com/ Dependencies: ============= -No extra dependency. (Prowlpy use only basic python modules) -The socket module must be compiled with SSL support +No extra dependency (Prowlpy use only basic python modules). + +The socket module must be compiled with SSL support. Change Log: =========== +v0.51 +----- +- updated return values of retrieve_apikey and retrieve_token + v0.50 -----