Skip to content

Commit

Permalink
v0.13.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth Reitz committed Aug 19, 2012
1 parent 385217e commit b130b98
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
History
-------

0.13.7 (2012-08-19)
+++++++++++++++++++

- Support for (key, value) lists everywhere.
- Digest Authentication improvements.
- Ensure proxy exclusions work properly.
- Clearer UnicodeError exceptions.
- Automatic casting of URLs to tsrings (fURL and such)
- Bugfixes.

0.13.6 (2012-08-06)
+++++++++++++++++++

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.13.6'
__build__ = 0x001306
__version__ = '0.13.7'
__build__ = 0x001307
__author__ = 'Kenneth Reitz'
__license__ = 'ISC'
__copyright__ = 'Copyright 2012 Kenneth Reitz'
Expand Down

0 comments on commit b130b98

Please sign in to comment.