diff --git a/README.rst b/README.rst index 67185599..9a444f79 100644 --- a/README.rst +++ b/README.rst @@ -2,9 +2,7 @@ HTTPie: cURL for Humans *********************** -v0.2.7dev - -☞ `README for stable version`_ +v0.2.7 HTTPie is a **command line HTTP client** whose goal is to make CLI interaction with HTTP-based services as **human-friendly** as possible. It provides a @@ -902,7 +900,8 @@ Please see `LICENSE`_. Changelog ========= -* `0.2.7dev`_ +* `0.2.8dev`_ +* `0.2.7`_ (2012-08-07) * Compatibility with Requests 0.13.6. * Streamed terminal output. ``--stream`` / ``-S`` can be used to enable streaming also with ``--pretty`` and to ensure a more frequent output @@ -980,7 +979,8 @@ Changelog .. _0.2.2: https://github.com/jkbr/httpie/compare/0.2.1...0.2.2 .. _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 +.. _0.2.7: https://github.com/jkbr/httpie/compare/0.2.5...0.2.7 +.. _0.2.8dev: https://github.com/jkbr/httpie/compare/0.2.7...master .. _README for stable version: https://github.com/jkbr/httpie/tree/0.2.6#readme .. _AUTHORS: https://github.com/jkbr/httpie/blob/master/AUTHORS.rst .. _LICENSE: https://github.com/jkbr/httpie/blob/master/LICENSE diff --git a/httpie/__init__.py b/httpie/__init__.py index 2b249acc..376f0f29 100644 --- a/httpie/__init__.py +++ b/httpie/__init__.py @@ -3,7 +3,7 @@ HTTPie - cURL for humans. """ __author__ = 'Jakub Roztocil' -__version__ = '0.2.7dev' +__version__ = '0.2.7' __licence__ = 'BSD'