v0.1.0,  24 Nov 2012 -- Initial release.

v0.1.1,  26 Nov 2012 -- Added twitterapi.test.  New error handling.

v0.1.2,  28 Nov 2012 -- Imporved error and quota notification.

v0.1.3,  02 Dec 2012 -- Added TwSearch.past_results() for paging old tweets.

v0.1.4,  02 Dec 2012 -- Added wait argument to TwSearch.past_results().

v0.1.6,  03 Dec 2012 -- Added code comments.

v0.1.7,  10 Dec 2012 -- Added TwTrends.

v0.1.9,  14 Dec 2012 -- Added read_file to TwCredentials.  
                        Moved OAuth credentials out of test scripts and into credentials.txt.

v0.1.10, 15 Dec 2012 -- Added socket timeout to TwStream.
                        Added new_results to TwSearch to search new tweets.
                        Added tools sub-folder containing a few useful scripts.

v1.0.0,  30 Jan 2013 -- Uploaded to github.

v2.0.0,  07 Jun 2013 -- Switched to requests module.

v2.0.1,  10 Jun 2013 -- Updated documentation.

v2.0.4,  16 Jun 2013 -- Works with python 3.

v2.0.6,  25 Jun 2013 -- Fixed printing.

v2.0.7,  06 Aug 2013 -- TwitterRestPager does not exit when no tweets.

v2.0.8,  22 Aug 2013 -- Renamed TwitterOauth.py to TwitterOAuth.py

v2.0.9,  22 Aug 2013 -- Added flush to cli.py for python3 buffered stdout
