summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Roztocil <jakub@roztocil.name>2012-07-17 01:35:45 +0200
committerJakub Roztocil <jakub@roztocil.name>2012-07-17 01:39:02 +0200
commit1ce02ebbd525e6b4e1d7154f065bf46a6d160769 (patch)
treee6978565947d4ed2854ffde6bc469064ea8123a0
parent8a7f4c0d6e5b881875f52b4ba75bb95445577dd4 (diff)
0.2.5 (bugfixes)0.2.5
-rw-r--r--README.rst3
-rw-r--r--httpie/__init__.py2
2 files changed, 2 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index bb53018d..bc666b89 100644
--- a/README.rst
+++ b/README.rst
@@ -225,8 +225,7 @@ Before a pull requests is submitted, it's a good idea to run the existing suite
Changelog
---------
-* `0.2.5dev <https://github.com/jkbr/httpie/compare/0.2.4...master>`_
-* `0.2.4 <https://github.com/jkbr/httpie/compare/0.2.2...0.2.4>`_ (2012-06-24)
+* `0.2.5 <https://github.com/jkbr/httpie/compare/0.2.2...0.2.5>`_ (2012-07-17)
* Unicode characters in prettified JSON now don't get escaped to improve readability.
* --auth now prompts for a password if only a username provided.
* Added support for request payloads from a file path with automatic ``Content-Type`` (``http URL @/path``).
diff --git a/httpie/__init__.py b/httpie/__init__.py
index 161e6889..b41c56f5 100644
--- a/httpie/__init__.py
+++ b/httpie/__init__.py
@@ -3,5 +3,5 @@ HTTPie - cURL for humans.
"""
__author__ = 'Jakub Roztocil'
-__version__ = '0.2.5dev'
+__version__ = '0.2.5'
__licence__ = 'BSD'