From cef25b58da386d93fd47cb4d7895d0d9f240558e Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Mon, 18 Aug 2014 12:45:50 +0200 Subject: [PATCH] Version 0.2.4 --- CHANGELOG.rst | 13 +++++++++++++ vdirsyncer/__init__.py | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3bbb8d3..5efa855 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,19 @@ Changelog This changelog only contains information that might be useful to end users and package maintainers. For further info, see the git commit log. +Version 0.2.4 +============= + +*released on 18 August 2014* + +- Include workaround for collection discovery with latest version of Radicale. + +- Include metadata files such as the changelog or license in source + distribution, see issues `#97`_ and `#98`_. + +.. _`#97`: https://github.com/untitaker/vdirsyncer/issues/97 +.. _`#98`: https://github.com/untitaker/vdirsyncer/issues/98 + Version 0.2.3 ============= diff --git a/vdirsyncer/__init__.py b/vdirsyncer/__init__.py index 8224e7e..0638d10 100644 --- a/vdirsyncer/__init__.py +++ b/vdirsyncer/__init__.py @@ -9,4 +9,4 @@ :copyright: (c) 2014 Markus Unterwaditzer & contributors :license: MIT, see LICENSE for more details. ''' -__version__ = '0.2.3' +__version__ = '0.2.4'