Version bump since new endpoint added, update requests version #115
No reviewers
Labels
No labels
Bug
Enhancement
Feature Suggestion
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: code/twython#115
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "update-requests-version"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I got an email the other day asking why some Twitter requests weren't working, it was because he had a wrong version of
requests,requests0.13.9 has everything fixed that was broke users using Twython with requestsrequests0.13.5 - 0.13.8Also, I bumped the version of
Twythonbecause a user added theaccount totalsendpoint intwitter_endpoints.py, Minors are usually bumped when new methods are added, so I figured that was a new method?With this upgrade, Issue #113 should fix itself as well.
Nice. Apologies on the delay, was en route back to the East Coast and couldn't touch this until now...
Thanks!