Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Zahra Rajabi
tweepy
Commits
e0f920b6
Commit
e0f920b6
authored
Jan 12, 2010
by
Joshua Roesslein
Browse files
Bump version to 1.5 for upcoming release.
parent
9d91b97e
Changes
4
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
e0f920b6
All changes made to the library that might affect applications
All changes made to the library that might affect applications
during upgrade will be listed here.
during upgrade will be listed here.
1.4 -> 1.5
[future]
1.4 -> 1.5
===========================
===========================
+ Models
+ Models
- Added some new helper methods to List model
- Added some new helper methods to List model
...
@@ -20,7 +20,7 @@ during upgrade will be listed here.
...
@@ -20,7 +20,7 @@ during upgrade will be listed here.
- Fallback to using 'twitter.com' instead of 'api.twitter.com'
- Fallback to using 'twitter.com' instead of 'api.twitter.com'
for OAuth until issue #8 is resolved.
for OAuth until issue #8 is resolved.
1.3 -> 1.4
[current]
1.3 -> 1.4
===========================
===========================
+ Added people search API method. API.search_users()
+ Added people search API method. API.search_users()
+ Streaming API
+ Streaming API
...
...
doc/conf.py
View file @
e0f920b6
...
@@ -46,9 +46,9 @@ copyright = u'2009, Joshua Roesslein'
...
@@ -46,9 +46,9 @@ copyright = u'2009, Joshua Roesslein'
# built documents.
# built documents.
#
#
# The short X.Y version.
# The short X.Y version.
version
=
'1.
4
'
version
=
'1.
5
'
# The full version, including alpha/beta/rc tags.
# The full version, including alpha/beta/rc tags.
release
=
'1.
4
'
release
=
'1.
5
'
# The language for content autogenerated by Sphinx. Refer to documentation
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
# for a list of supported languages.
...
...
setup.py
View file @
e0f920b6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
from
setuptools
import
setup
,
find_packages
from
setuptools
import
setup
,
find_packages
setup
(
name
=
"tweepy"
,
setup
(
name
=
"tweepy"
,
version
=
"1.
4
"
,
version
=
"1.
5
"
,
description
=
"Twitter library for python"
,
description
=
"Twitter library for python"
,
license
=
"MIT"
,
license
=
"MIT"
,
author
=
"Joshua Roesslein"
,
author
=
"Joshua Roesslein"
,
...
...
tweepy/__init__.py
View file @
e0f920b6
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
"""
"""
Tweepy Twitter API library
Tweepy Twitter API library
"""
"""
__version__
=
'1.
4
'
__version__
=
'1.
5
'
__author__
=
'Joshua Roesslein'
__author__
=
'Joshua Roesslein'
__license__
=
'MIT'
__license__
=
'MIT'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment