Skip to content

Commit

Permalink
0.2.5 (bugfixes)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbrzt committed Jul 16, 2012
1 parent 8a7f4c0 commit 1ce02eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,7 @@ Before a pull requests is submitted, it's a good idea to run the existing suite
Changelog
---------

* `0.2.5dev <https://github.com/jkbr/httpie/compare/0.2.4...master>`_
* `0.2.4 <https://github.com/jkbr/httpie/compare/0.2.2...0.2.4>`_ (2012-06-24)
* `0.2.5 <https://github.com/jkbr/httpie/compare/0.2.2...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.
* Added support for request payloads from a file path with automatic ``Content-Type`` (``http URL @/path``).
Expand Down
2 changes: 1 addition & 1 deletion httpie/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"""
__author__ = 'Jakub Roztocil'
__version__ = '0.2.5dev'
__version__ = '0.2.5'
__licence__ = 'BSD'

0 comments on commit 1ce02eb

Please sign in to comment.