Skip to content

Commit

Permalink
Version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vfaronov committed Jan 14, 2017
1 parent afaacea commit 935eb0a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ This project adheres to `Semantic Versioning <http://semver.org/>`_
(which means it is unstable until 1.0).


0.5.0 - 2017-01-14
~~~~~~~~~~~~~~~~~~
No interesting changes; just update docs and packaging
for better compatibility with Python 3.6 and mitmproxy 1.0.
This version also drops support for Python 2. If you need Python 2,
use ``mitmproxy==0.18.2`` and ``mitmproxy-HTTPolice==0.4.0``.


0.4.0 - 2016-10-17
~~~~~~~~~~~~~~~~~~
This release is compatible with mitmproxy 0.18+, and **only** 0.18+
Expand Down
2 changes: 1 addition & 1 deletion mitmproxy_httpolice.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import httpolice


__version__ = '0.5.0.dev1'
__version__ = '0.5.0'

reports = {'text': httpolice.text_report, 'html': httpolice.html_report}

Expand Down

0 comments on commit 935eb0a

Please sign in to comment.