diff --git a/HISTORY.rst b/HISTORY.rst index c05a71e4..d43585c4 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,12 @@ History ------- +0.11.0 (2012-03-14) ++++++++++++++++++++ + +* Private SSL Certificate support +* + 0.10.8 (2012-03-09) +++++++++++++++++++ diff --git a/requests/__init__.py b/requests/__init__.py index 73d81f67..138e26e3 100644 --- a/requests/__init__.py +++ b/requests/__init__.py @@ -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'