v6.5.7-rc1

Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
Nicolas Sebrecht
2015-01-07 22:20:14 +01:00
parent 61021260cb
commit dbb632275e
2 changed files with 85 additions and 32 deletions

View File

@ -1,10 +1,10 @@
__all__ = ['OfflineImap']
__productname__ = 'OfflineIMAP'
__version__ = "6.5.6.1"
__revision__ = "-devel"
__version__ = "6.5.7"
__revision__ = "-rc1"
__bigversion__ = __version__ + __revision__
__copyright__ = "Copyright 2002-2013 John Goerzen & contributors"
__copyright__ = "Copyright 2002-2015 John Goerzen & contributors"
__author__ = "John Goerzen"
__author_email__= "john@complete.org"
__description__ = "Disconnected Universal IMAP Mail Synchronization/Reader Support"