Skip to content

Commit

Permalink
0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbrzt committed Jun 24, 2012
1 parent 180313d commit 2f79210
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Or, you can install the **development version** directly from GitHub:

pip install -U https://github.com/jkbr/httpie/tarball/master

HTTPie should also

Usage
-----
Expand Down Expand Up @@ -206,9 +207,11 @@ Before a pull requests is submitted, it's a good idea to run the existing suite
Changelog
---------

* `0.2.2dev <https://github.com/jkbr/httpie/compare/0.2.1...master>`_
* `0.2.3dev <https://github.com/jkbr/httpie/compare/0.2.2...master>`_
* `0.2.2 <https://github.com/jkbr/httpie/compare/0.2.1...0.2.2>`_ (2012-06-24)
* The ``METHOD`` positional argument can now be omitted (defaults to ``GET``, or to ``POST`` with data).
* Fixed --verbose --form.
* Added support for `Tox <http://tox.testrun.org/>`_.
* `0.2.1 <https://github.com/jkbr/httpie/compare/0.2.0...0.2.1>`_ (2012-06-13)
* Added compatibility with ``requests-0.12.1``.
* Dropped custom JSON and HTTP lexers in favor of the ones newly included in ``pygments-1.5``.
Expand Down
2 changes: 1 addition & 1 deletion httpie/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"""
__author__ = 'Jakub Roztocil'
__version__ = '0.2.2dev'
__version__ = '0.2.2'
__licence__ = 'BSD'

0 comments on commit 2f79210

Please sign in to comment.