From 533a66265127eb8f989351bc69776024765dd39c Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Tue, 17 Jul 2012 01:39:30 +0200 Subject: [PATCH] 0.2.6dev --- README.rst | 1 + httpie/__init__.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index bc666b89..3bdfb780 100644 --- a/README.rst +++ b/README.rst @@ -225,6 +225,7 @@ Before a pull requests is submitted, it's a good idea to run the existing suite Changelog --------- +* `0.2.6dev `_ * `0.2.5 `_ (2012-07-17) * Unicode characters in prettified JSON now don't get escaped to improve readability. * --auth now prompts for a password if only a username provided. diff --git a/httpie/__init__.py b/httpie/__init__.py index b41c56f5..8237a542 100644 --- a/httpie/__init__.py +++ b/httpie/__init__.py @@ -3,5 +3,5 @@ HTTPie - cURL for humans. """ __author__ = 'Jakub Roztocil' -__version__ = '0.2.5' +__version__ = '0.2.6dev' __licence__ = 'BSD'