From 1efb00b5f72fe4c6fc4493cfc0a21c5a12c90fa2 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Wed, 3 Dec 2014 17:32:24 +0100 Subject: [PATCH] Version 0.3.2 --- CHANGELOG.rst | 6 ++++++ vdirsyncer/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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'