bump version

This commit is contained in:
Kevin McCarthy
2015-10-22 09:03:06 -10:00
parent 9be2a362f6
commit c688307868
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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,
+1 -1
View File
@@ -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,