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.