Release the v0.5.0!
authorKenneth Reitz <me@kennethreitz.com>
Wed, 22 Jun 2011 02:26:06 +0000 (22:26 -0400)
committerKenneth Reitz <me@kennethreitz.com>
Wed, 22 Jun 2011 02:26:06 +0000 (22:26 -0400)
HISTORY.rst
requests/core.py

index 8b134c56bbae7571b519d77a8a0dec6f43bff1a1..65eec3b8dbdcec0ed0083d77a2eb03c226eeecae 100644 (file)
@@ -1,8 +1,8 @@
 History
 -------
 
-0.4.2 (?)
-+++++++++
+0.5.0 (2011-06-21)
+++++++++++++++++++
 
 * PATCH Support
 * Support for Proxies
index 7f3d723af294dd07e0f831cbf261c9e378654a5f..87f55e4593e93493a66ae8e55a4bb85fca5362aa 100644 (file)
@@ -12,8 +12,8 @@ This module implements the main Requests system.
 """
 
 __title__ = 'requests'
-__version__ = '0.4.1'
-__build__ = 0x000401
+__version__ = '0.5.0'
+__build__ = 0x000500
 __author__ = 'Kenneth Reitz'
 __license__ = 'ISC'
 __copyright__ = 'Copyright 2011 Kenneth Reitz'