Skip to content

Commit

Permalink
Release the v0.5.0!
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth Reitz committed Jun 22, 2011
1 parent 2374d0f commit 20aed54
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions HISTORY.rst
@@ -1,8 +1,8 @@
History
-------

0.4.2 (?)
+++++++++
0.5.0 (2011-06-21)
++++++++++++++++++

* PATCH Support
* Support for Proxies
Expand Down
4 changes: 2 additions & 2 deletions requests/core.py
Expand Up @@ -12,8 +12,8 @@
"""

__title__ = 'requests'
__version__ = '0.4.1'
__build__ = 0x000401
__version__ = '0.5.0'
__build__ = 0x000500
__author__ = 'Kenneth Reitz'
__license__ = 'ISC'
__copyright__ = 'Copyright 2011 Kenneth Reitz'
Expand Down

0 comments on commit 20aed54

Please sign in to comment.