Changelog and setup updated to 0.4.1; floating-point support for /delay endpoint

This commit is contained in:
Kevin Lu
2015-11-25 21:39:49 -08:00
parent 6cdc1fb4f6
commit a016d78df8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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,