File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ This project adheres to `Semantic Versioning <http://semver.org/>`_.
1010-------------------------
1111
1212
13- `0.9.5 `_ (2016-08-13)
13+ `0.9.6 `_ (2016-08-13)
1414---------------------
1515
1616* Added Python 3 as a dependency for Homebrew installations
@@ -310,5 +310,5 @@ This project adheres to `Semantic Versioning <http://semver.org/>`_.
310310.. _0.9.2 : https://github.com/jkbrzt/httpie/compare/0.9.1...0.9.2
311311.. _0.9.3 : https://github.com/jkbrzt/httpie/compare/0.9.2...0.9.3
312312.. _0.9.4 : https://github.com/jkbrzt/httpie/compare/0.9.3...0.9.4
313- .. _0.9.5 : https://github.com/jkbrzt/httpie/compare/0.9.3...0.9.5
313+ .. _0.9.6 : https://github.com/jkbrzt/httpie/compare/0.9.3...0.9.6
314314.. _1.0.0-dev : https://github.com/jkbrzt/httpie/compare/0.9.4...master
Original file line number Diff line number Diff line change 33
44"""
55__author__ = 'Jakub Roztocil'
6- __version__ = '0.9.5 '
6+ __version__ = '0.9.6 '
77__licence__ = 'BSD'
88
99
You can’t perform that action at this time.
0 commit comments