diff options
| author | Gabriel Falcao <gabriel@nacaolivre.org> | 2013-06-20 01:37:32 -0400 |
|---|---|---|
| committer | Gabriel Falcao <gabriel@nacaolivre.org> | 2013-06-20 01:37:32 -0400 |
| commit | 2a082ac05bcceac56a5cb348222222977f1abbde (patch) | |
| tree | 9dde8ded005636f72961ec746cf6c1fe48bd1cc6 /httpretty | |
| parent | 97b31b48b4bac1f49a365fd73cb054d4ccfd1c7e (diff) | |
| download | httpretty-2a082ac05bcceac56a5cb348222222977f1abbde.tar.gz | |
release 0.6.20.6.2
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 1881b55..234580f 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.6.1' +__version__ = version = '0.6.2' import sys |
