From 9b8cb42efd6e297e0579740592a0a648278b8138 Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Tue, 17 Jul 2012 00:37:13 +0200 Subject: [PATCH] 0.2.3 --- README.rst | 2 +- httpie/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 00b49d29..2fdc732d 100644 --- a/README.rst +++ b/README.rst @@ -225,7 +225,7 @@ Before a pull requests is submitted, it's a good idea to run the existing suite Changelog --------- -* `0.2.3dev `_ +* `0.2.3 `_ (2012-06-24) * Unicode characters in prettified JSON now don't get escaped to improve readability. * --auth now prompts for a password if only a username provided. * Added support for request payloads from a file path with automatic ``Content-Type`` (``http URL @/path``). diff --git a/httpie/__init__.py b/httpie/__init__.py index 0b82c40c..8a30b237 100644 --- a/httpie/__init__.py +++ b/httpie/__init__.py @@ -3,5 +3,5 @@ HTTPie - cURL for humans. """ __author__ = 'Jakub Roztocil' -__version__ = '0.2.3dev' +__version__ = '0.2.3' __licence__ = 'BSD'