diff options
| author | Joe Gregorio <jcgregorio@google.com> | 2014-04-14 08:51:31 -0400 |
|---|---|---|
| committer | Joe Gregorio <jcgregorio@google.com> | 2014-04-14 08:51:31 -0400 |
| commit | 84fd089eecc8a5db1ce5f19b6e6dbc24f1b62b6d (patch) | |
| tree | f08bb95e16e7e69a19099be927c5d4003a256755 /python2 | |
| parent | 0197ec868a4fc638c08358b94200ffd6ddb1bf50 (diff) | |
| download | httplib2-84fd089eecc8a5db1ce5f19b6e6dbc24f1b62b6d.tar.gz | |
Release 0.9. The heartbleed release.
Diffstat (limited to 'python2')
| -rw-r--r-- | python2/httplib2/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python2/httplib2/__init__.py b/python2/httplib2/__init__.py index 8825e5d..d1212b5 100644 --- a/python2/httplib2/__init__.py +++ b/python2/httplib2/__init__.py @@ -22,7 +22,7 @@ __contributors__ = ["Thomas Broyer (t.broyer@ltgt.net)", "Sam Ruby", "Louis Nyffenegger"] __license__ = "MIT" -__version__ = "0.8" +__version__ = "0.9" import re import sys |
