Skip to content

Commit

Permalink
v0.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth Reitz committed Dec 28, 2011
1 parent cfb1a47 commit 8aa015f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
History
-------

0.8.9 (2011-12-28)
++++++++++++++++++

* Packaging fix.


0.8.8 (2011-12-28)
++++++++++++++++++

Expand Down
4 changes: 2 additions & 2 deletions requests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"""

__title__ = 'requests'
__version__ = '0.8.8'
__build__ = 0x000808
__version__ = '0.8.9'
__build__ = 0x000809
__author__ = 'Kenneth Reitz'
__license__ = 'ISC'
__copyright__ = 'Copyright 2011 Kenneth Reitz'
Expand Down

0 comments on commit 8aa015f

Please sign in to comment.