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
b87ebbd9
Commit
b87ebbd9
authored
Sep 24, 2009
by
Josh Roesslein
Browse files
Increment version to 1.1
parent
ef6f3005
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
b87ebbd9
All changes made to the library that might affect applications
during upgrade will be listed here.
1.0.1 ->
Future Release
1.0.1 ->
1.1
=======================
+ Fixes
+ Google App Engine fixes (thanks Thomas Bohmbach, Jr)
...
...
setup.py
View file @
b87ebbd9
...
...
@@ -3,7 +3,7 @@
from
setuptools
import
setup
,
find_packages
setup
(
name
=
"tweepy"
,
version
=
"1.
0.
1"
,
version
=
"1.1"
,
description
=
"Twitter library for python"
,
license
=
"MIT"
,
author
=
"Joshua Roesslein"
,
...
...
tweepy/__init__.py
View file @
b87ebbd9
...
...
@@ -5,7 +5,7 @@
"""
Tweepy Twitter API library
"""
__version__
=
'1.
0.
1'
__version__
=
'1.1'
from
.
models
import
Status
,
User
,
DirectMessage
,
Friendship
,
SavedSearch
,
SearchResult
,
models
from
.
error
import
TweepError
...
...
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