diff --git a/HISTORY.rst b/HISTORY.rst index 1a137a6..df10007 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,7 +1,9 @@ +.. :changelog: + History ------- -2.10.0 (2013-05-xx) +2.10.0 (2013-05-21) ++++++++++++++++++ - Added ``get_retweeters_ids`` method - Fixed ``TwythonDeprecationWarning`` on camelCase functions if the camelCase was the same as the PEP8 function (i.e. ``Twython.retweet`` did not change) @@ -11,6 +13,7 @@ History - Not part of the python package, but tests are now available along with Travis CI hooks - Added ``__repr__`` definition for Twython, when calling only returning - Cleaned up ``Twython.construct_api_url``, uses "transparent" parameters (see 4th bullet in this version for explaination) +- Update ``requests`` and ``requests-oauthlib`` requirements, fixing posting files AND post data together, making authenticated requests in general in Python 3.3 2.9.1 (2013-05-04) ++++++++++++++++++ diff --git a/MANIFEST.in b/MANIFEST.in index dd547fe..8be3760 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,3 @@ -include LICENSE README.md README.rst HISTORY.rst +include LICENSE README.md README.rst HISTORY.rst test_twython.py requirements.txt recursive-include examples * recursive-exclude examples *.pyc