Chromium Code Reviews| Index: third_party/tlslite/tlslite/api.py |
| diff --git a/third_party/tlslite/tlslite/api.py b/third_party/tlslite/tlslite/api.py |
| index 562fb811facf062fd6b305238ad12ba1a5c9dff5..aabcc14982913e3abcbb4e34bea6fbe02fddf642 100644 |
| --- a/third_party/tlslite/tlslite/api.py |
| +++ b/third_party/tlslite/tlslite/api.py |
| @@ -1,7 +1,7 @@ |
| # Author: Trevor Perrin |
| # See the LICENSE file for legal information regarding use of this file. |
| -__version__ = "0.4.6" |
| +__version__ = "0.4.8" |
| from .constants import AlertLevel, AlertDescription, ClientCertificateType, \ |
| Fault |
| from .errors import * |