mirror of
https://github.com/kennethreitz/httpbin.git
synced 2026-06-05 23:00:18 +00:00
Bump Version for Release
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user