Skip to content

Commit

Permalink
v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth Reitz committed Oct 9, 2011
1 parent 98c719f commit a8695ec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions HISTORY.rst
@@ -1,6 +1,11 @@
History
-------

0.6.2 (2011-10-09)
++++++++++++++++++

* GET/HEAD obeys follow_redirect=False


0.6.1 (2011-08-20)
++++++++++++++++++
Expand Down
4 changes: 2 additions & 2 deletions requests/core.py
Expand Up @@ -12,8 +12,8 @@
"""

__title__ = 'requests'
__version__ = '0.6.1'
__build__ = 0x000601
__version__ = '0.6.2'
__build__ = 0x000602
__author__ = 'Kenneth Reitz'
__license__ = 'ISC'
__copyright__ = 'Copyright 2011 Kenneth Reitz'
Expand Down

0 comments on commit a8695ec

Please sign in to comment.