diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5ddb596f..8c3f97e7 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -10,7 +10,7 @@ This project adheres to `Semantic Versioning `_. ------------------------- -`0.9.5`_ (2016-08-13) +`0.9.6`_ (2016-08-13) --------------------- * Added Python 3 as a dependency for Homebrew installations @@ -310,5 +310,5 @@ This project adheres to `Semantic Versioning `_. .. _0.9.2: https://github.com/jkbrzt/httpie/compare/0.9.1...0.9.2 .. _0.9.3: https://github.com/jkbrzt/httpie/compare/0.9.2...0.9.3 .. _0.9.4: https://github.com/jkbrzt/httpie/compare/0.9.3...0.9.4 -.. _0.9.5: https://github.com/jkbrzt/httpie/compare/0.9.3...0.9.5 +.. _0.9.6: https://github.com/jkbrzt/httpie/compare/0.9.3...0.9.6 .. _1.0.0-dev: https://github.com/jkbrzt/httpie/compare/0.9.4...master diff --git a/httpie/__init__.py b/httpie/__init__.py index 8a0a1543..7f8a64f4 100644 --- a/httpie/__init__.py +++ b/httpie/__init__.py @@ -3,7 +3,7 @@ HTTPie - a CLI, cURL-like tool for humans. """ __author__ = 'Jakub Roztocil' -__version__ = '0.9.5' +__version__ = '0.9.6' __licence__ = 'BSD'