Release v6.5.5-rc2

(Same as rc1, but with Changelog updated and version number bumped)

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
This commit is contained in:
Sebastian Spaeth 2012-09-05 17:40:04 +02:00
parent 3476e9ab36
commit 721035eace
2 changed files with 9 additions and 2 deletions

View File

@ -4,10 +4,17 @@ ChangeLog
:website: http://offlineimap.org
WIP (add new stuff for the next release)
========================================
OfflineIMAP v6.5.5-rc1 (2012-09-05)
===================================
* Bump version number
OfflineIMAP v6.5.5-rc1 (2012-09-05)
===================================
* Don't create folders if readonly is enabled.
* Learn to deal with readonly folders to properly detect this condition and act
accordingly. One example is Gmail's "Chats" folder that is read-only,

View File

@ -1,7 +1,7 @@
__all__ = ['OfflineImap']
__productname__ = 'OfflineIMAP'
__version__ = "6.5.4"
__version__ = "6.5.5-rc2"
__copyright__ = "Copyright 2002-2012 John Goerzen & contributors"
__author__ = "John Goerzen"
__author_email__= "john@complete.org"