From 254e84814064299669f7d295456a3572afcdb7e3 Mon Sep 17 00:00:00 2001 From: Eygene Ryabinkin Date: Fri, 20 Sep 2013 14:34:14 +0400 Subject: [PATCH] Rolling in release candidate #3 for 6.5.5 Signed-off-by: Eygene Ryabinkin --- Changelog.rst | 6 +++--- offlineimap/__init__.py | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Changelog.rst b/Changelog.rst index 55fe78bad..f74d0731d 100644 --- a/Changelog.rst +++ b/Changelog.rst @@ -4,8 +4,8 @@ ChangeLog :website: http://offlineimap.org -WIP (add new stuff for the next release) -======================================== +OfflineIMAP v6.5.5-rc3 (2013-09-20) +=================================== * Avoid lockups for IMAP synchronizations running with the "-1" command-line switch (X-Ryl669 ) @@ -40,7 +40,7 @@ WIP (add new stuff for the next release) were treated as having \" as the escaped quote, rather than treating it as the quoted escaped backslash (GitHub#53). -OfflineIMAP v6.5.5-rc1 (2012-09-05) +OfflineIMAP v6.5.5-rc2 (2012-09-05) =================================== * Execute pre/post-sync hooks during synchronizations diff --git a/offlineimap/__init__.py b/offlineimap/__init__.py index 8152284e6..1814f7c88 100644 --- a/offlineimap/__init__.py +++ b/offlineimap/__init__.py @@ -1,8 +1,8 @@ __all__ = ['OfflineImap'] __productname__ = 'OfflineIMAP' -__version__ = "6.5.5-rc2" -__copyright__ = "Copyright 2002-2012 John Goerzen & contributors" +__version__ = "6.5.5-rc3" +__copyright__ = "Copyright 2002-2013 John Goerzen & contributors" __author__ = "John Goerzen" __author_email__= "john@complete.org" __description__ = "Disconnected Universal IMAP Mail Synchronization/Reader Support"