Skip to content

Commit 3a3aecc

Browse files
committed
0.9.8
1 parent fb3a265 commit 3a3aecc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This project adheres to `Semantic Versioning <http://semver.org/>`_.
99
`1.0.0-dev`_ (unreleased)
1010
-------------------------
1111

12-
`0.9.7`_ (2016-12-08)
12+
`0.9.8`_ (2016-12-08)
1313
---------------------
1414

1515
* Extended auth plugin API.
@@ -321,5 +321,5 @@ This project adheres to `Semantic Versioning <http://semver.org/>`_.
321321
.. _0.9.3: https://github.com/jkbrzt/httpie/compare/0.9.2...0.9.3
322322
.. _0.9.4: https://github.com/jkbrzt/httpie/compare/0.9.3...0.9.4
323323
.. _0.9.6: https://github.com/jkbrzt/httpie/compare/0.9.4...0.9.6
324-
.. _0.9.7: https://github.com/jkbrzt/httpie/compare/0.9.6...0.9.7
325-
.. _1.0.0-dev: https://github.com/jkbrzt/httpie/compare/0.9.7...master
324+
.. _0.9.8: https://github.com/jkbrzt/httpie/compare/0.9.6...0.9.8
325+
.. _1.0.0-dev: https://github.com/jkbrzt/httpie/compare/0.9.8...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.7'
6+
__version__ = '0.9.8'
77
__licence__ = 'BSD'
88

99

0 commit comments

Comments
 (0)