Skip to content

Commit 8e96238

Browse files
committed
v0.9.6
1 parent 8a9206e commit 8e96238

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

httpie/__init__.py

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

99

0 commit comments

Comments
 (0)