1
0
mirror of https://github.com/httpie/cli.git synced 2024-11-24 08:22:22 +02:00

v0.2.7dev

This commit is contained in:
Jakub Roztocil 2012-07-26 10:03:34 +02:00
parent b53d483163
commit a770d79aef
2 changed files with 4 additions and 1 deletions

View File

@ -2,6 +2,8 @@
HTTPie: cURL for humans
=======================
`☞ README for stable version`_
**HTTPie is a CLI HTTP utility** built out of frustration with existing tools.
Its goal is to make CLI interaction with HTTP-based services as
**human-friendly** as possible. HTTPie provides an ``http`` command that allows
@ -399,3 +401,4 @@ have contributed.
.. _0.2.5: https://github.com/jkbr/httpie/compare/0.2.2...0.2.5
.. _0.2.6: https://github.com/jkbr/httpie/compare/0.2.5...0.2.6
.. _0.2.7dev: https://github.com/jkbr/httpie/compare/0.2.6...master
.. _☞ README for stable version: https://github.com/jkbr/httpie/tree/0.2.6#readme

View File

@ -3,5 +3,5 @@ HTTPie - cURL for humans.
"""
__author__ = 'Jakub Roztocil'
__version__ = '0.2.6'
__version__ = '0.2.7dev'
__licence__ = 'BSD'