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:
2d283c9
)
v2.0.0
author
Kenneth Reitz
<me@kennethreitz.com>
Tue, 24 Sep 2013 18:19:07 +0000
(14:19 -0400)
committer
Kenneth Reitz
<me@kennethreitz.com>
Tue, 24 Sep 2013 18:19:07 +0000
(14:19 -0400)
requests/__init__.py
patch
|
blob
|
history
diff --git
a/requests/__init__.py
b/requests/__init__.py
index 6a5f283f874881d6aa2993e97cb3e752403ef99a..837f0df9a4a6dac12916e1ec753c4acbd3f0ecc8 100644
(file)
--- a/
requests/__init__.py
+++ b/
requests/__init__.py
@@
-42,8
+42,8
@@
is at <http://python-requests.org>.
"""
__title__ = 'requests'
-__version__ = '
1.2.3
'
-__build__ = 0x0
10203
+__version__ = '
2.0.0
'
+__build__ = 0x0
20000
__author__ = 'Kenneth Reitz'
__license__ = 'Apache 2.0'
__copyright__ = 'Copyright 2013 Kenneth Reitz'