diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 91ff338..d7fda2f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -9,6 +9,12 @@ Package maintainers and users who have to manually update their installation may want to subscribe to `GitHub's tag feed `_. +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 ============= diff --git a/vdirsyncer/__init__.py b/vdirsyncer/__init__.py index 6590b01..a433765 100644 --- a/vdirsyncer/__init__.py +++ b/vdirsyncer/__init__.py @@ -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'