v6.6.0-rc3

Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
Nicolas Sebrecht
2015-11-05 09:26:01 +01:00
parent 04babea607
commit 86a91f28c0
2 changed files with 29 additions and 1 deletions

View File

@ -2,7 +2,7 @@ __all__ = ['OfflineImap']
__productname__ = 'OfflineIMAP'
__version__ = "6.6.0"
__revision__ = "-rc2"
__revision__ = "-rc3"
__bigversion__ = __version__ + __revision__
__copyright__ = "Copyright 2002-2015 John Goerzen & contributors"
__author__ = "John Goerzen"