Skip to content

Commit

Permalink
Changelog and setup updated to 0.4.1; floating-point support for /del…
Browse files Browse the repository at this point in the history
…ay endpoint
  • Loading branch information
luhkevin committed Nov 26, 2015
1 parent 6cdc1fb commit a016d78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name="httpbin",
version="0.4.0",
version="0.4.1",
description="HTTP Request and Response Service",
long_description=long_description,

Expand Down

0 comments on commit a016d78

Please sign in to comment.