projects
/
platform
/
upstream
/
python-requests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b55a25
)
v1.2.2
author
Kenneth Reitz
<me@kennethreitz.com>
Tue, 21 May 2013 21:43:13 +0000
(17:43 -0400)
committer
Kenneth Reitz
<me@kennethreitz.com>
Tue, 21 May 2013 21:43:13 +0000
(17:43 -0400)
requests/__init__.py
patch
|
blob
|
history
diff --git
a/requests/__init__.py
b/requests/__init__.py
index 810c8636bd9d036f092eee5981a487a7dc4d8541..6d76ac624c011b74796c1c013d92a8139259fa21 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.
1
'
-__build__ = 0x01020
1
+__version__ = '1.2.
2
'
+__build__ = 0x01020
2
__author__ = 'Kenneth Reitz'
__license__ = 'Apache 2.0'
__copyright__ = 'Copyright 2013 Kenneth Reitz'