diff --git a/Changelog.draft.rst b/Changelog.draft.rst index 938a5e6..e840717 100644 --- a/Changelog.draft.rst +++ b/Changelog.draft.rst @@ -13,8 +13,6 @@ others. New Features ------------ -* Handle when UID can't be found on saved messages. - Changes ------- diff --git a/Changelog.rst b/Changelog.rst index c872055..95a13b8 100644 --- a/Changelog.rst +++ b/Changelog.rst @@ -12,6 +12,20 @@ ChangeLog releases announces. +OfflineIMAP v6.3.4 (2011-08-10) +=============================== + +Notes +----- + +Here we are. A nice release since v6.3.3, I think. + +Changes +------- + +* Handle when UID can't be found on saved messages. + + OfflineIMAP v6.3.4-rc4 (2011-07-27) =================================== diff --git a/offlineimap/__init__.py b/offlineimap/__init__.py index d35df7f..5070ac7 100644 --- a/offlineimap/__init__.py +++ b/offlineimap/__init__.py @@ -1,7 +1,7 @@ __all__ = ['OfflineImap'] __productname__ = 'OfflineIMAP' -__version__ = "6.3.4-rc4" +__version__ = "6.3.4" __copyright__ = "Copyright 2002-2011 John Goerzen & contributors" __author__ = "John Goerzen" __author_email__= "john@complete.org"