Skip to content
This repository was archived by the owner on Mar 29, 2022. It is now read-only.

Commit a0cb3a0

Browse files
committedMar 15, 2017
Version 0.5.1
1 parent b99af76 commit a0cb3a0

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed
 

‎CHANGELOG.rst

+10
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ This project adheres to `Semantic Versioning <http://semver.org/>`_
77
(which means it is unstable until 1.0).
88

99

10+
0.5.1 - 2017-03-15
11+
~~~~~~~~~~~~~~~~~~
12+
- Fixed compatibility with `httpolice-devtool`_ (when you point it to a local
13+
`hpoliced`_ instance).
14+
15+
.. _httpolice-devtool:
16+
https://chrome.google.com/webstore/detail/httpolice-devtool/hnlnhebgfcfemjaphgbeokdnfpgbnhgn
17+
.. _hpoliced: https://pypi.python.org/pypi/hpoliced
18+
19+
1020
0.5.0 - 2017-03-12
1121
~~~~~~~~~~~~~~~~~~
1222

‎httpolice/__metadata__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# -*- coding: utf-8; -*-
22

3-
version = '0.5.0'
3+
version = '0.5.1'

0 commit comments

Comments
 (0)
Failed to load comments.