diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9db1ab8..437bbc5 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,8 +1,8 @@ Changelog ========= -next ----- +0.4 +--- #. Introduce `EchoResource` resource which does not proxy but returns to the client. `ReverseProxyResource` constructor signature has changed so update any subclasses you may have. diff --git a/setup.py b/setup.py index 5ad4b88..c866007 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ def listify(filename): setup( name="device-proxy", - version="0.2", + version="0.4", url='http://github.com/praekelt/device-proxy', license='BSD', description="Device Proxy. A reverse HTTP Proxy that can inspect and "