diff --git a/README.rst b/README.rst index 26a38843..f6844702 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.4dev `_ * `0.2.4 `_ (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. diff --git a/httpie/__init__.py b/httpie/__init__.py index 85ff19a5..c691f2c7 100644 --- a/httpie/__init__.py +++ b/httpie/__init__.py @@ -3,5 +3,4 @@ HTTPie - cURL for humans. """ __author__ = 'Jakub Roztocil' -__version__ = '0.2.4' -__licence__ = 'BSD' +__version__ = '0.2.5dev'