We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d54c10 commit 65c54f8Copy full SHA for 65c54f8
CHANGES
@@ -1,3 +1,6 @@
1
+2014-12-24
2
+ bump version to v2.2
3
+
4
2014-07-10
5
bump version to v2.1
6
setup.py
@@ -27,7 +27,7 @@ def read(*paths):
27
28
setup(
29
name='python-twitter',
30
- version='2.1',
+ version='2.2',
31
author='The Python-Twitter Developers',
32
author_email='python-twitter@googlegroups.com',
33
license='Apache License 2.0',
twitter/__init__.py
@@ -19,7 +19,7 @@
19
'''A library that provides a Python interface to the Twitter API'''
20
21
__author__ = 'python-twitter@googlegroups.com'
22
-__version__ = '2.1'
+__version__ = '2.2'
23
24
import json as simplejson
25
0 commit comments