v6.7.0-rc1

Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
Nicolas Sebrecht
2016-01-24 19:47:14 +01:00
parent d5bd6dd5dd
commit 426905ba85
2 changed files with 34 additions and 2 deletions

View File

@ -1,8 +1,8 @@
__all__ = ['OfflineImap']
__productname__ = 'OfflineIMAP'
__version__ = "6.6.1"
__revision__ = ""
__version__ = "6.7.0"
__revision__ = "-rc1" # Expecting "-rcN" or "" for stable releases.
__bigversion__ = __version__ + __revision__
__copyright__ = "Copyright 2002-2015 John Goerzen & contributors"
__author__ = "John Goerzen"