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
01dc7345
Commit
01dc7345
authored
Oct 13, 2009
by
Josh Roesslein
Browse files
Bump version to 1.2 for next release.
parent
f500942d
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
01dc7345
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.1 ->
Future release
1.1 ->
1.2
=====================
=====================
+ API
+ API
+ Added automatic request re-try feature
+ Added automatic request re-try feature
...
...
setup.py
View file @
01dc7345
...
@@ -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.
1
"
,
version
=
"1.
2
"
,
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 @
01dc7345
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
"""
"""
Tweepy Twitter API library
Tweepy Twitter API library
"""
"""
__version__
=
'1.
1
'
__version__
=
'1.
2
'
from
.
models
import
Status
,
User
,
DirectMessage
,
Friendship
,
SavedSearch
,
SearchResult
,
models
from
.
models
import
Status
,
User
,
DirectMessage
,
Friendship
,
SavedSearch
,
SearchResult
,
models
from
.
error
import
TweepError
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