Version 0.2.4

This commit is contained in:
Markus Unterwaditzer 2014-08-18 12:45:50 +02:00
parent 4af6da43ef
commit cef25b58da
2 changed files with 14 additions and 1 deletions

View file

@ -5,6 +5,19 @@ Changelog
This changelog only contains information that might be useful to end users and This changelog only contains information that might be useful to end users and
package maintainers. For further info, see the git commit log. 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 Version 0.2.3
============= =============

View file

@ -9,4 +9,4 @@
:copyright: (c) 2014 Markus Unterwaditzer & contributors :copyright: (c) 2014 Markus Unterwaditzer & contributors
:license: MIT, see LICENSE for more details. :license: MIT, see LICENSE for more details.
''' '''
__version__ = '0.2.3' __version__ = '0.2.4'