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,