Skip to content

Commit dcb6f7d

Browse files
committed
bump version
1 parent 7e2214c commit dcb6f7d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ $ gunicorn httpbin:app
125125

126126
## Changelog
127127

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.
128129
* 0.1.1: Added templates as data in setup.py
129130
* 0.1.0: Added python3 support and (re)publish on PyPI
130131

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="httpbin",
8-
version="0.1.1",
8+
version="0.1.2",
99
description="HTTP Request and Response Service",
1010

1111
# The project URL.

0 commit comments

Comments
 (0)