Version bump and update contributors!
This commit is contained in:
parent
2b0b26d3ed
commit
10dbe11b56
4 changed files with 4 additions and 2 deletions
|
|
@ -187,3 +187,4 @@ me and let me know (or just issue a pull request on GitHub, and leave a note abo
|
|||
- **[terrycojones](https://github.com/terrycojones)**, Error cleanup and Exception processing in 2.3.0.
|
||||
- **[Leandro Ferreira](https://github.com/leandroferreira)**, Fix for double-encoding of search queries in 2.3.0.
|
||||
- **[Chris Brown](https://github.com/chbrown)**, Updated to use v1.1 endpoints over v1
|
||||
- **[Virendra Rajput](https://github.com/bkvirendra)**, Fixed unicode (json) encoding in twython.py 2.7.2.
|
||||
|
|
|
|||
|
|
@ -194,3 +194,4 @@ me and let me know (or just issue a pull request on GitHub, and leave a note abo
|
|||
- `terrycojones <https://github.com/terrycojones>`_, Error cleanup and Exception processing in 2.3.0.
|
||||
- `Leandro Ferreira <https://github.com/leandroferreira>`_, Fix for double-encoding of search queries in 2.3.0.
|
||||
- `Chris Brown <https://github.com/chbrown>`_, Updated to use v1.1 endpoints over v1
|
||||
- `Virendra Rajput <https://github.com/bkvirendra>`_, Fixed unicode (json) encoding in twython.py 2.7.2.
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -2,7 +2,7 @@ from setuptools import setup
|
|||
from setuptools import find_packages
|
||||
|
||||
__author__ = 'Ryan McGrath <ryan@venodesigns.net>'
|
||||
__version__ = '2.7.1'
|
||||
__version__ = '2.7.2'
|
||||
|
||||
setup(
|
||||
# Basic package information.
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
"""
|
||||
|
||||
__author__ = "Ryan McGrath <ryan@venodesigns.net>"
|
||||
__version__ = "2.7.1"
|
||||
__version__ = "2.7.2"
|
||||
|
||||
import urllib
|
||||
import re
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue