diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 282e443..721fc95 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -9,6 +9,13 @@ Package maintainers and users who have to manually update their installation may want to subscribe to `GitHub's tag feed `_. +Version 0.3.4 +============= + +*released on 8 December 2014* + +- Some more bugfixes to config handling. + Version 0.3.3 ============= diff --git a/vdirsyncer/__init__.py b/vdirsyncer/__init__.py index efbf2db..74e81a7 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.3' +__version__ = '0.3.4' PROJECT_HOME = 'https://github.com/untitaker/vdirsyncer' DOCS_HOME = 'https://vdirsyncer.readthedocs.org/en/latest'