From dcb6f7ded601dd15faa6d3053badd43fce5494cd Mon Sep 17 00:00:00 2001 From: Kevin McCarthy Date: Sun, 8 Jun 2014 18:04:22 -1000 Subject: [PATCH] bump version --- README.md | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e91a23f..2c88fc2 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,7 @@ $ gunicorn httpbin:app ## Changelog +* 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/setup.py b/setup.py index fcad918..899a72a 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ import re setup( name="httpbin", - version="0.1.1", + version="0.1.2", description="HTTP Request and Response Service", # The project URL.