From a016d78df806944d4725b1ba224298e2fd794493 Mon Sep 17 00:00:00 2001 From: Kevin Lu Date: Wed, 25 Nov 2015 21:39:49 -0800 Subject: [PATCH] Changelog and setup updated to 0.4.1; floating-point support for /delay endpoint --- README.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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,