From c688307868a2ace65b29b1e6d43b593ca154c913 Mon Sep 17 00:00:00 2001 From: Kevin McCarthy Date: Thu, 22 Oct 2015 09:03:06 -1000 Subject: [PATCH] bump version --- README.rst | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index b6e7f22..0b9c376 100644 --- a/README.rst +++ b/README.rst @@ -199,6 +199,7 @@ Or run it directly: Changelog --------- +- 0.4.0: New /image/svg endpoint, add deploy to heroku button, add 406 response to /image, and don't always emit the transfer-encoding header for stream endpoint. - 0.3.0: A number of new features, including a /range endpoint, lots of bugfixes, and a /encoding/utf8 endpoint - 0.2.0: Added an XML endpoint. Also fixes several bugs with unicode, diff --git a/setup.py b/setup.py index 0a3c386..3a9a0d6 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ long_description = open( setup( name="httpbin", - version="0.3.0", + version="0.4.0", description="HTTP Request and Response Service", long_description=long_description,