summaryrefslogtreecommitdiff
path: root/python3/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 /python3/httplib2
parent0197ec868a4fc638c08358b94200ffd6ddb1bf50 (diff)
downloadhttplib2-84fd089eecc8a5db1ce5f19b6e6dbc24f1b62b6d.tar.gz
Release 0.9. The heartbleed release.
Diffstat (limited to 'python3/httplib2')
-rw-r--r--python3/httplib2/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python3/httplib2/__init__.py b/python3/httplib2/__init__.py
index 93bd7e6..e01ddd7 100644
--- a/python3/httplib2/__init__.py
+++ b/python3/httplib2/__init__.py
@@ -24,7 +24,7 @@ __contributors__ = ["Thomas Broyer (t.broyer@ltgt.net)",
"Louis Nyffenegger",
"Mark Pilgrim"]
__license__ = "MIT"
-__version__ = "0.8"
+__version__ = "0.9"
import re
import sys