Skip to content

Commit

Permalink
v0.2.7dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbrzt committed Jul 26, 2012
1 parent b53d483 commit a770d79
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.rst
Expand Up @@ -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
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion httpie/__init__.py
Expand Up @@ -3,5 +3,5 @@
"""
__author__ = 'Jakub Roztocil'
__version__ = '0.2.6'
__version__ = '0.2.7dev'
__licence__ = 'BSD'

0 comments on commit a770d79

Please sign in to comment.