This commit is contained in:
Kenneth Reitz
2012-03-14 20:31:43 -04:00
parent 1c73ec22e9
commit 0c0bab3ad0
2 changed files with 8 additions and 2 deletions
+6
View File
@@ -1,6 +1,12 @@
History
-------
0.11.0 (2012-03-14)
+++++++++++++++++++
* Private SSL Certificate support
*
0.10.8 (2012-03-09)
+++++++++++++++++++
+2 -2
View File
@@ -15,8 +15,8 @@ requests
"""
__title__ = 'requests'
__version__ = '0.10.8'
__build__ = 0x001008
__version__ = '0.11.0'
__build__ = 0x001100
__author__ = 'Kenneth Reitz'
__license__ = 'ISC'
__copyright__ = 'Copyright 2012 Kenneth Reitz'