X Tutup
Skip to content

Commit 1f62c6f

Browse files
committed
bumping version to 0.8.5 to prepare for release
1 parent 80c3789 commit 1f62c6f

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGES

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
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+
111
2012-11-04
212
https://github.com/bear/python-twitter/issues/4
313
Api.UserLookUp() throws attribute error when corresponding screen_name is not found

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
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

twitter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
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

2323
import calendar

0 commit comments

Comments
 (0)
X Tutup