diff --git a/offlineimap/bundled_imaplib2.py b/offlineimap/bundled_imaplib2.py index 7d04f68..dbb8cd0 100755 --- a/offlineimap/bundled_imaplib2.py +++ b/offlineimap/bundled_imaplib2.py @@ -18,9 +18,9 @@ __all__ = ("IMAP4", "IMAP4_SSL", "IMAP4_stream", "Internaldate2Time", "ParseFlags", "Time2Internaldate", "Mon2num", "MonthNames", "InternalDate") -__version__ = "2.57" +__version__ = "2.100" __release__ = "2" -__revision__ = "57" +__revision__ = "100" __credits__ = """ Authentication code contributed by Donn Cave June 1998. String method conversion by ESR, February 2001. @@ -53,7 +53,7 @@ Fix for correct Python 3 exception handling by Tobias Brink September 2015. Add support for TLS levels by Ben Boeckel September 2015. Fix for shutown exception by Sebastien Gross November 2015.""" -__author__ = "Piers Lauder " +__author__ = "Piers Lauder & offlineimap team" __URL__ = "http://imaplib2.sourceforge.net" __license__ = "Python License"