projects
/
services
/
python-requests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af0febe
)
version bump
author
Kenneth Reitz
<me@kennethreitz.com>
Sun, 15 May 2011 03:57:53 +0000
(23:57 -0400)
committer
Kenneth Reitz
<me@kennethreitz.com>
Sun, 15 May 2011 03:57:53 +0000
(23:57 -0400)
requests/core.py
patch
|
blob
|
history
diff --git
a/requests/core.py
b/requests/core.py
index 3c32d67c632801c9b44d078058e5aa77a9cd997b..a8b6b5c70dd54966417eff5969585d5f1b3688b5 100644
(file)
--- a/
requests/core.py
+++ b/
requests/core.py
@@
-12,8
+12,8
@@
This module implements the main Requests system.
"""
__title__ = 'requests'
-__version__ = '0.
3.4
'
-__build__ = 0x000
304
+__version__ = '0.
4.0
'
+__build__ = 0x000
400
__author__ = 'Kenneth Reitz'
__license__ = 'ISC'
__copyright__ = 'Copyright 2011 Kenneth Reitz'