From f01e53a9fcfa19b042cb5138416cf940f496d5f3 Mon Sep 17 00:00:00 2001 From: Kevin McCarthy Date: Sun, 6 Jul 2014 10:34:40 -1000 Subject: [PATCH] Bump Version for Release --- README.md | 1 + httpbin/templates/httpbin.1.html | 1 + setup.py | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ee4c16..cf153c0 100644 --- a/README.md +++ b/README.md @@ -126,6 +126,7 @@ $ gunicorn httpbin:app ## Changelog +* 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 a bug when uploading files without a Content-Type header set. * 0.1.1: Added templates as data in setup.py * 0.1.0: Added python3 support and (re)publish on PyPI diff --git a/httpbin/templates/httpbin.1.html b/httpbin/templates/httpbin.1.html index d4e52df..1e3f284 100644 --- a/httpbin/templates/httpbin.1.html +++ b/httpbin/templates/httpbin.1.html @@ -131,6 +131,7 @@ $ gunicorn httpbin:app

Changelog