Skip to content

Commit

Permalink
Merge branch 'release-1.0.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
allanlei committed Feb 17, 2014
2 parents 859532b + 13afe07 commit 1663831
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Empty file removed tests/__init__.py
Empty file.
2 changes: 1 addition & 1 deletion zipstream/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"""
from __future__ import unicode_literals, print_function, with_statement

__version__ = '1.0.2'
__version__ = '1.0.3'

import os
import sys
Expand Down
2 changes: 1 addition & 1 deletion zipstream/compat.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""
pythoncompat
Copied from
Copied from requests
"""

import sys
Expand Down

0 comments on commit 1663831

Please sign in to comment.