summaryrefslogtreecommitdiff
path: root/python2
diff options
context:
space:
mode:
authorJoe Gregorio <jcgregorio@google.com>2015-09-28 09:49:57 -0400
committerJoe Gregorio <jcgregorio@google.com>2015-09-28 09:49:57 -0400
commitcf631a73e2f3f43897b65206127ced82382d35f5 (patch)
tree9f567603a242b3cdd2988a092098a3ae649c8b77 /python2
parentd86146d57ba65a36700f14201fe724f320504a4e (diff)
downloadhttplib2-cf631a73e2f3f43897b65206127ced82382d35f5.tar.gz
Release 0.9.20.9.2
Diffstat (limited to 'python2')
-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 f0d17a1..6fa3cc6 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.9.1"
+__version__ = "0.9.2"
import re
import sys