Skip to content

Commit

Permalink
v0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth Reitz committed Dec 14, 2011
1 parent 5e60279 commit 0e711f2
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.8.5 (2011-12-14)
++++++++++++++++++

* Response.iter_lines!

0.8.4 (2011-12-11)
++++++++++++++++++

Expand Down
4 changes: 2 additions & 2 deletions requests/__init__.py
Expand Up @@ -15,8 +15,8 @@
"""

__title__ = 'requests'
__version__ = '0.8.4'
__build__ = 0x000804
__version__ = '0.8.5'
__build__ = 0x000805
__author__ = 'Kenneth Reitz'
__license__ = 'ISC'
__copyright__ = 'Copyright 2011 Kenneth Reitz'
Expand Down

0 comments on commit 0e711f2

Please sign in to comment.