diff --git a/Changelog.md b/Changelog.md index 5ebdc7a..c4cd96a 100644 --- a/Changelog.md +++ b/Changelog.md @@ -15,6 +15,27 @@ Note to mainainers: * The following excerpt is only usefull when rendered in the website. {:toc} +### OfflineIMAP v7.2.3 (2019-02-17) + +#### Notes + +A tiny release for one minor bug fix. + +This release was tested by: + +- Nicolas Sebrecht + + +#### Authors + +- Mart Lubbers (1) + + +#### Fixes + +- add checks in curses ui for small windows. [Mart Lubbers] + + ### OfflineIMAP v7.2.2 (2018-12-22) #### Notes diff --git a/offlineimap/__init__.py b/offlineimap/__init__.py index c96a52c..df2f58c 100644 --- a/offlineimap/__init__.py +++ b/offlineimap/__init__.py @@ -2,8 +2,8 @@ __all__ = ['OfflineImap'] __productname__ = 'OfflineIMAP' # Expecting trailing "-rcN" or "" for stable releases. -__version__ = "7.2.2" -__copyright__ = "Copyright 2002-2018 John Goerzen & contributors" +__version__ = "7.2.3" +__copyright__ = "Copyright 2002-2019 John Goerzen & contributors" __author__ = "John Goerzen" __author_email__= "offlineimap-project@lists.alioth.debian.org" __description__ = "Disconnected Universal IMAP Mail Synchronization/Reader Support"