diff options
| author | Joe Gregorio <jcgregorio@google.com> | 2012-03-02 12:12:08 -0800 |
|---|---|---|
| committer | Joe Gregorio <jcgregorio@google.com> | 2012-03-02 12:12:08 -0800 |
| commit | e5332f53aa354de9e7dcf96cb6e09a01a56a87a6 (patch) | |
| tree | 52fca53d596e3c68de235da426f4e58e15d91382 /python2 | |
| parent | ca6a0a2552d824154c151e5d6f95ceae59c3212c (diff) | |
| download | httplib2-e5332f53aa354de9e7dcf96cb6e09a01a56a87a6.tar.gz | |
0.7.4 fix for missing cacerts
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 ab42577..48a7d4d 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.7.3" +__version__ = "0.7.4" import re import sys |
