Bump Version for Release

This commit is contained in:
Kevin McCarthy
2014-07-06 10:34:40 -10:00
parent 540b414490
commit f01e53a9fc
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -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
+1
View File
@@ -131,6 +131,7 @@ $ gunicorn httpbin:app
<h2 id="Changelog">Changelog</h2>
<ul>
<li>0.2.0: Added an XML endpoint. Also fixes several bugs with unicode, CORS headers, digest auth, and more.</li>
<li>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.</li>
<li>0.1.1: Added templates as data in setup.py</li>
<li>0.1.0: Added python3 support and (re)publish on PyPI</li>
+1 -1
View File
@@ -5,7 +5,7 @@ import re
setup(
name="httpbin",
version="0.1.2",
version="0.2.0",
description="HTTP Request and Response Service",
# The project URL.