diff options
| author | Gabriel Falcão <gabriel@nacaolivre.org> | 2014-01-09 09:34:10 -0800 |
|---|---|---|
| committer | Gabriel Falcão <gabriel@nacaolivre.org> | 2014-01-09 09:34:10 -0800 |
| commit | d3d5b8c45cb82a12c919d335bbf064d07245705d (patch) | |
| tree | 8cfb8d732f2bd409038c8f34381ecb43106cb1ac /httpretty | |
| parent | 4ccb696945e92bb50ff83ea1a4ec2d98aee3eb5e (diff) | |
| parent | a66d25b8889860fb6fbbbb65a38c4bafe61821ed (diff) | |
| download | httpretty-python-3.3-support.tar.gz | |
Merge pull request #133 from CyrilRoelandteNovance/py3_rebasedpython-3.3-support
Py3 rebased
Diffstat (limited to 'httpretty')
| -rw-r--r-- | httpretty/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httpretty/__init__.py b/httpretty/__init__.py index 8b54ce2..8f60594 100644 --- a/httpretty/__init__.py +++ b/httpretty/__init__.py @@ -25,7 +25,7 @@ # OTHER DEALINGS IN THE SOFTWARE. from __future__ import unicode_literals -__version__ = version = '0.7.0' +__version__ = version = '0.7.1' from .core import httpretty, httprettified from .errors import HTTPrettyError |
