diff --git a/README.rst b/README.rst index 0b9c376..27d15bd 100644 --- a/README.rst +++ b/README.rst @@ -198,7 +198,7 @@ Or run it directly: Changelog --------- - +- 0.4.1: Added floating-point support for /delay endpoint - 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 diff --git a/setup.py b/setup.py index 3a9a0d6..cf860b5 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ long_description = open( setup( name="httpbin", - version="0.4.0", + version="0.4.1", description="HTTP Request and Response Service", long_description=long_description,