Skip to content

Commit deeb7cb

Browse files
committed
0.2.4 (bad upload of 0.2.3 to pypi).
1 parent 12f2fb4 commit deeb7cb

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,7 @@ Before a pull requests is submitted, it's a good idea to run the existing suite
225225
Changelog
226226
---------
227227

228-
* `0.2.4dev <https://github.com/jkbr/httpie/compare/0.2.3...master>`_
229-
* `0.2.3 <https://github.com/jkbr/httpie/compare/0.2.2...0.2.3>`_ (2012-06-24)
228+
* `0.2.4 <https://github.com/jkbr/httpie/compare/0.2.2...0.2.4>`_ (2012-06-24)
230229
* Unicode characters in prettified JSON now don't get escaped to improve readability.
231230
* --auth now prompts for a password if only a username provided.
232231
* Added support for request payloads from a file path with automatic ``Content-Type`` (``http URL @/path``).

httpie/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
44
"""
55
__author__ = 'Jakub Roztocil'
6-
__version__ = '0.2.4dev'
6+
__version__ = '0.2.4'
77
__licence__ = 'BSD'

0 commit comments

Comments
 (0)