We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e2214c commit dcb6f7dCopy full SHA for dcb6f7d
README.md
@@ -125,6 +125,7 @@ $ gunicorn httpbin:app
125
126
## Changelog
127
128
+* 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.
129
* 0.1.1: Added templates as data in setup.py
130
* 0.1.0: Added python3 support and (re)publish on PyPI
131
setup.py
@@ -5,7 +5,7 @@
5
6
setup(
7
name="httpbin",
8
- version="0.1.1",
+ version="0.1.2",
9
description="HTTP Request and Response Service",
10
11
# The project URL.
0 commit comments