v0.5.1
authorKenneth Reitz <me@kennethreitz.com>
Sun, 24 Jul 2011 02:58:32 +0000 (22:58 -0400)
committerKenneth Reitz <me@kennethreitz.com>
Sun, 24 Jul 2011 02:58:32 +0000 (22:58 -0400)
.gitignore
requests/core.py

index f793004e1a959848be3cb0f29e2c75887ec9d825..49e074725a7a52cd24dbcf23c47ba7828de18380 100644 (file)
@@ -5,4 +5,5 @@ nosetests.xml
 pylint.txt
 *.pyc
 docs/_build
-toy.py
\ No newline at end of file
+toy.py
+.gitignore
index 87f55e4593e93493a66ae8e55a4bb85fca5362aa..5215fca20440fb8b35c84e4aaacc49f936b47ce6 100644 (file)
@@ -12,8 +12,8 @@ This module implements the main Requests system.
 """
 
 __title__ = 'requests'
-__version__ = '0.5.0'
-__build__ = 0x000500
+__version__ = '0.5.1'
+__build__ = 0x000501
 __author__ = 'Kenneth Reitz'
 __license__ = 'ISC'
 __copyright__ = 'Copyright 2011 Kenneth Reitz'