Skip to content

Commit 78c1a95

Browse files
Update MANIFEST and HISTORY
[ci skip]
1 parent 48e7ccd commit 78c1a95

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

HISTORY.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
.. :changelog:
2+
13
History
24
-------
35

4-
2.10.0 (2013-05-xx)
6+
2.10.0 (2013-05-21)
57
++++++++++++++++++
68
- Added ``get_retweeters_ids`` method
79
- 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
1113
- Not part of the python package, but tests are now available along with Travis CI hooks
1214
- Added ``__repr__`` definition for Twython, when calling only returning <Twython: APP_KEY>
1315
- Cleaned up ``Twython.construct_api_url``, uses "transparent" parameters (see 4th bullet in this version for explaination)
16+
- Update ``requests`` and ``requests-oauthlib`` requirements, fixing posting files AND post data together, making authenticated requests in general in Python 3.3
1417

1518
2.9.1 (2013-05-04)
1619
++++++++++++++++++

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
include LICENSE README.md README.rst HISTORY.rst
1+
include LICENSE README.md README.rst HISTORY.rst test_twython.py requirements.txt
22
recursive-include examples *
33
recursive-exclude examples *.pyc

0 commit comments

Comments
 (0)