diff options
author | Jakub Roztocil <jakub@roztocil.name> | 2012-07-17 00:44:25 +0200 |
---|---|---|
committer | Jakub Roztocil <jakub@roztocil.name> | 2012-07-17 00:44:25 +0200 |
commit | deeb7cbbacd2b10248fb2d7a52dd191659578f4b (patch) | |
tree | d46a2868502b1ebaf4b0739fcccab4c68e5384f2 | |
parent | 12f2fb4a925ffea8be86819494d156bb897d594e (diff) |
0.2.4 (bad upload of 0.2.3 to pypi).0.2.4
-rw-r--r-- | README.rst | 3 | ||||
-rw-r--r-- | httpie/__init__.py | 2 |
2 files changed, 2 insertions, 3 deletions
@@ -225,8 +225,7 @@ Before a pull requests is submitted, it's a good idea to run the existing suite Changelog --------- -* `0.2.4dev <https://github.com/jkbr/httpie/compare/0.2.3...master>`_ -* `0.2.3 <https://github.com/jkbr/httpie/compare/0.2.2...0.2.3>`_ (2012-06-24) +* `0.2.4 <https://github.com/jkbr/httpie/compare/0.2.2...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. * 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 9550fac4..85ff19a5 100644 --- a/httpie/__init__.py +++ b/httpie/__init__.py @@ -3,5 +3,5 @@ HTTPie - cURL for humans. """ __author__ = 'Jakub Roztocil' -__version__ = '0.2.4dev' +__version__ = '0.2.4' __licence__ = 'BSD' |