Version 0.3.2

This commit is contained in:
Markus Unterwaditzer 2014-12-03 17:32:24 +01:00
parent e5ee8fcd66
commit 1efb00b5f7
2 changed files with 7 additions and 1 deletions

View file

@ -9,6 +9,12 @@ Package maintainers and users who have to manually update their installation
may want to subscribe to `GitHub's tag feed
<https://github.com/untitaker/vdirsyncer/tags.atom>`_.
Version 0.3.2
=============
- The current config format has been deprecated, and support for it will be
removed in version 0.4.0. Vdirsyncer warns about this now.
Version 0.3.1
=============

View file

@ -9,7 +9,7 @@
:copyright: (c) 2014 Markus Unterwaditzer & contributors
:license: MIT, see LICENSE for more details.
'''
__version__ = '0.3.1'
__version__ = '0.3.2'
PROJECT_HOME = 'https://github.com/untitaker/vdirsyncer'
DOCS_HOME = 'https://vdirsyncer.readthedocs.org/en/latest'