From e0f920b6526757b387a88ceec3d1f3250bf0ede2 Mon Sep 17 00:00:00 2001 From: Joshua Roesslein Date: Tue, 12 Jan 2010 16:49:55 -0600 Subject: [PATCH] Bump version to 1.5 for upcoming release. --- CHANGELOG | 4 ++-- doc/conf.py | 4 ++-- setup.py | 2 +- tweepy/__init__.py | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index e666ea0..901caf5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,7 +1,7 @@ All changes made to the library that might affect applications during upgrade will be listed here. -1.4 -> 1.5 [future] +1.4 -> 1.5 =========================== + Models - Added some new helper methods to List model @@ -20,7 +20,7 @@ during upgrade will be listed here. - Fallback to using 'twitter.com' instead of 'api.twitter.com' for OAuth until issue #8 is resolved. -1.3 -> 1.4 [current] +1.3 -> 1.4 =========================== + Added people search API method. API.search_users() + Streaming API diff --git a/doc/conf.py b/doc/conf.py index 60beeba..00525a3 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -46,9 +46,9 @@ copyright = u'2009, Joshua Roesslein' # built documents. # # The short X.Y version. -version = '1.4' +version = '1.5' # The full version, including alpha/beta/rc tags. -release = '1.4' +release = '1.5' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index b05a544..c33e6f2 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup, find_packages setup(name="tweepy", - version="1.4", + version="1.5", description="Twitter library for python", license="MIT", author="Joshua Roesslein", diff --git a/tweepy/__init__.py b/tweepy/__init__.py index 41da6e7..7bfde02 100644 --- a/tweepy/__init__.py +++ b/tweepy/__init__.py @@ -5,7 +5,7 @@ """ Tweepy Twitter API library """ -__version__ = '1.4' +__version__ = '1.5' __author__ = 'Joshua Roesslein' __license__ = 'MIT' -- 2.25.1