version bump to v0.3.0

This commit is contained in:
Kevin McCarthy
2015-09-05 18:25:18 -10:00
parent 7586d704a2
commit 8d0f835b54
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -194,6 +194,8 @@ Or run it directly:
Changelog
---------
- 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,
CORS headers, digest auth, and more.
- 0.1.2: Fix a couple Python3 bugs with the random byte endpoints, fix
+1 -1
View File
@@ -8,7 +8,7 @@ long_description = open(
setup(
name="httpbin",
version="0.2.1",
version="0.3.0",
description="HTTP Request and Response Service",
long_description=long_description,