Skip to content

Commit 1663831

Browse files
committed
Merge branch 'release-1.0.3'
2 parents 859532b + 13afe07 commit 1663831

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

tests/__init__.py

Whitespace-only changes.

zipstream/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"""
77
from __future__ import unicode_literals, print_function, with_statement
88

9-
__version__ = '1.0.2'
9+
__version__ = '1.0.3'
1010

1111
import os
1212
import sys

zipstream/compat.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
pythoncompat
55
6-
Copied from
6+
Copied from requests
77
"""
88

99
import sys

0 commit comments

Comments
 (0)