v6.6.0-rc1

Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
Nicolas Sebrecht
2015-09-28 03:09:43 +02:00
parent f591fe66cc
commit fb12fc1975
2 changed files with 34 additions and 2 deletions

View File

@ -1,8 +1,8 @@
__all__ = ['OfflineImap']
__productname__ = 'OfflineIMAP'
__version__ = "6.5.7"
__revision__ = ""
__version__ = "6.6.0"
__revision__ = "-rc1"
__bigversion__ = __version__ + __revision__
__copyright__ = "Copyright 2002-2015 John Goerzen & contributors"
__author__ = "John Goerzen"