Permalink
Please sign in to comment.
Showing
with
28 additions
and 5 deletions.
- +26 −3 CHANGES
- +1 −1 setup.py
- +1 −1 twitter/__init__.py
29
CHANGES
2
setup.py
| @@ -29,7 +29,7 @@ def read(*paths): | ||
| setup( | ||
| name='python-twitter', | ||
| - version='3.0', | ||
| + version='3.0rc1', | ||
| author='The Python-Twitter Developers', | ||
| author_email='[email protected]', | ||
| license='Apache License 2.0', | ||
2
twitter/__init__.py
| @@ -20,7 +20,7 @@ | ||
| from __future__ import absolute_import | ||
| __author__ = '[email protected]' | ||
| -__version__ = '2.3' | ||
| +__version__ = '3.0rc1' | ||
| import json # noqa | ||
0 comments on commit
25b7068