From 3a3aecca45323fbea6cb8595f7732f9f957ec78f Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Thu, 8 Dec 2016 05:22:20 +0100 Subject: [PATCH] 0.9.8 --- CHANGELOG.rst | 6 +++--- httpie/__init__.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ccf27d26..8efb7efd 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -9,7 +9,7 @@ This project adheres to `Semantic Versioning `_. `1.0.0-dev`_ (unreleased) ------------------------- -`0.9.7`_ (2016-12-08) +`0.9.8`_ (2016-12-08) --------------------- * Extended auth plugin API. @@ -321,5 +321,5 @@ This project adheres to `Semantic Versioning `_. .. _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.6: https://github.com/jkbrzt/httpie/compare/0.9.4...0.9.6 -.. _0.9.7: https://github.com/jkbrzt/httpie/compare/0.9.6...0.9.7 -.. _1.0.0-dev: https://github.com/jkbrzt/httpie/compare/0.9.7...master +.. _0.9.8: https://github.com/jkbrzt/httpie/compare/0.9.6...0.9.8 +.. _1.0.0-dev: https://github.com/jkbrzt/httpie/compare/0.9.8...master diff --git a/httpie/__init__.py b/httpie/__init__.py index bc78c7e7..da7f1d85 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.7' +__version__ = '0.9.8' __licence__ = 'BSD'