Skip to content

Commit

Permalink
v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbrzt committed Mar 4, 2012
1 parent ebb2713 commit 7ca6191
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -101,3 +101,7 @@ Most of the flags mirror the arguments you would use with `requests.request`. Se
--file PATH File to multipart upload
--timeout TIMEOUT Float describes the timeout of the request (Use
socket.setdefaulttimeout() as fallback).

### Changelog

* [0.1.5](https://github.com/jkbr/httpie/compare/0.1.4...0.1.5) (2012-03-04)
2 changes: 1 addition & 1 deletion httpie/__init__.py
Expand Up @@ -3,5 +3,5 @@
"""
__author__ = 'Jakub Roztocil'
__version__ = '0.1.4'
__version__ = '0.1.5'
__licence__ = 'BSD'

0 comments on commit 7ca6191

Please sign in to comment.