From a770d79aef5314b417244022efce971fd2e24074 Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Thu, 26 Jul 2012 10:03:34 +0200 Subject: [PATCH] v0.2.7dev --- README.rst | 3 +++ httpie/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index c4900f1c..0b551a21 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/httpie/__init__.py b/httpie/__init__.py index 9308da05..6cda0dee 100644 --- a/httpie/__init__.py +++ b/httpie/__init__.py @@ -3,5 +3,5 @@ HTTPie - cURL for humans. """ __author__ = 'Jakub Roztocil' -__version__ = '0.2.6' +__version__ = '0.2.7dev' __licence__ = 'BSD'