Merge branch 'method_cleanups' from @michaelhelmick

Addresses most changes and issues with Twitter Spring cleanup 2012. Documentation
update on methods, started move to docs in RST format. Exceptions set to eventually
be deprecated (along with search functions).

Conflicts:
	twython/twython.py
This commit is contained in:
Ryan McGrath 2012-05-14 00:42:19 +09:00
commit 59c723ed7e
5 changed files with 246 additions and 241 deletions

View file

@ -4,7 +4,7 @@ from setuptools import setup
from setuptools import find_packages
__author__ = 'Ryan McGrath <ryan@venodesigns.net>'
__version__ = '1.6.0'
__version__ = '2.0.0'
setup(
# Basic package information.