mirror of
https://github.com/httpie/cli.git
synced 2024-11-07 16:34:35 +01:00
0.2.6dev
This commit is contained in:
parent
1ce02ebbd5
commit
533a662651
@ -225,6 +225,7 @@ Before a pull requests is submitted, it's a good idea to run the existing suite
|
||||
Changelog
|
||||
---------
|
||||
|
||||
* `0.2.6dev <https://github.com/jkbr/httpie/compare/0.2.5...master>`_
|
||||
* `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.
|
||||
|
@ -3,5 +3,5 @@ HTTPie - cURL for humans.
|
||||
|
||||
"""
|
||||
__author__ = 'Jakub Roztocil'
|
||||
__version__ = '0.2.5'
|
||||
__version__ = '0.2.6dev'
|
||||
__licence__ = 'BSD'
|
||||
|
Loading…
Reference in New Issue
Block a user