From 7ca6191902e57a7ce54737e6a932c003e7b86026 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Roztoc=CC=8Cil?= Date: Sun, 4 Mar 2012 13:33:18 +0100 Subject: [PATCH] v0.1.5 --- README.md | 4 ++++ httpie/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c215d59f..9c51f60d 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/httpie/__init__.py b/httpie/__init__.py index 1da6a76e..56f70955 100644 --- a/httpie/__init__.py +++ b/httpie/__init__.py @@ -3,5 +3,5 @@ HTTPie - cURL for humans. """ __author__ = 'Jakub Roztocil' -__version__ = '0.1.4' +__version__ = '0.1.5' __licence__ = 'BSD'