mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
v0.11.2
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
||||
History
|
||||
-------
|
||||
|
||||
0.11.2 (2012-04-??)
|
||||
0.11.2 (2012-04-22)
|
||||
+++++++++++++++++++
|
||||
|
||||
- Attempt to use the OS's certificate bundle if ``certifi`` isn't available.
|
||||
|
||||
@@ -15,8 +15,8 @@ requests
|
||||
"""
|
||||
|
||||
__title__ = 'requests'
|
||||
__version__ = '0.11.1'
|
||||
__build__ = 0x001101
|
||||
__version__ = '0.11.2'
|
||||
__build__ = 0x001102
|
||||
__author__ = 'Kenneth Reitz'
|
||||
__license__ = 'ISC'
|
||||
__copyright__ = 'Copyright 2012 Kenneth Reitz'
|
||||
|
||||
Reference in New Issue
Block a user