v0.10.1
authorKenneth Reitz <me@kennethreitz.com>
Mon, 23 Jan 2012 07:18:26 +0000 (02:18 -0500)
committerKenneth Reitz <me@kennethreitz.com>
Mon, 23 Jan 2012 07:18:26 +0000 (02:18 -0500)
HISTORY.rst
requests/__init__.py

index 19868fc1ba7e173c9594bbb210b86a5f5bd267c0..bf824bd6c4c9e10bef0c7d14154ba539321a7448 100644 (file)
@@ -1,6 +1,12 @@
 History
 -------
 
+0.10.1 (2012-01-23)
++++++++++++++++++++
+
+* PYTHON 3 SUPPORT!
+* Dropped 2.5 Support. (*Backwards Incompatible*)
+
 0.10.0 (2012-01-21)
 +++++++++++++++++++
 
index e3300cfeae96c5d7ae11e26e6e093bfb7e85611f..48fb38993c8f1b65f19f0b6c0e55f503b2347139 100644 (file)
@@ -15,8 +15,8 @@ requests
 """
 
 __title__ = 'requests'
-__version__ = '0.10.0'
-__build__ = 0x001000
+__version__ = '0.10.1'
+__build__ = 0x001001
 __author__ = 'Kenneth Reitz'
 __license__ = 'ISC'
 __copyright__ = 'Copyright 2012 Kenneth Reitz'