File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1+ 2013-02-07
2+ bumped version to 0.8.5
3+ lots of changes have been happening on Github and i've been
4+ very remiss in documenting them here in the Changes file :(
5+
6+ this version is the last v1.0 API release and it's being made
7+ to push to PyPI and other places
8+
9+ all work now will be on getting the v1.1 API supported
10+
1112012-11-04
212 https://github.com/bear/python-twitter/issues/4
313 Api.UserLookUp() throws attribute error when corresponding screen_name is not found
Original file line number Diff line number Diff line change 1717'''The setup and build script for the python-twitter library.'''
1818
1919__author__ = 'python-twitter@googlegroups.com'
20- __version__ = '0.8.4 '
20+ __version__ = '0.8.5 '
2121
2222
2323# The base package metadata to be used by both distutils and setuptools
Original file line number Diff line number Diff line change 1717'''A library that provides a Python interface to the Twitter API'''
1818
1919__author__ = 'python-twitter@googlegroups.com'
20- __version__ = '0.8.3 '
20+ __version__ = '0.8.5 '
2121
2222
2323import calendar
You can’t perform that action at this time.
0 commit comments