summaryrefslogtreecommitdiff
path: root/python2/httplib2
diff options
context:
space:
mode:
authorJoe Gregorio <jcgregorio@google.com>2014-04-14 08:51:31 -0400
committerJoe Gregorio <jcgregorio@google.com>2014-04-14 08:51:31 -0400
commit84fd089eecc8a5db1ce5f19b6e6dbc24f1b62b6d (patch)
treef08bb95e16e7e69a19099be927c5d4003a256755 /python2/httplib2
parent0197ec868a4fc638c08358b94200ffd6ddb1bf50 (diff)
downloadhttplib2-84fd089eecc8a5db1ce5f19b6e6dbc24f1b62b6d.tar.gz
Release 0.9. The heartbleed release.
Diffstat (limited to 'python2/httplib2')
-rw-r--r--python2/httplib2/__init__.py2
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