v1.1, 2013-05-28, 2013-06-04:
  * Better network reconnect support: Before trying to invest, it waits until the connection to lendingclub.com is available.

v1.0.6, 2013-05-28:
  * Add better exception handling for network requests
  * If it seems like the computer just came out of sleep, pause 10 seconds before running the loop to allow the network to reconnect

v1.0.5, 2013-05-28:
  * Getting portfolio list was broken due to extra slash ('/') in the API URL.
    + Fixed by removing double slashes before making GET or POST requests
  * Move the app directory setup to the util.py
  * Create a live unit testing
  * Move the PID lockfile to the app directory. (it was being removed from the tmp directory by the OS)

v1.0.4, 2013-05-15:
  * Added Funding Progress to the advanced filters
  * Fix in-page anchors in the README file