Version 0.3.4

This commit is contained in:
Markus Unterwaditzer 2014-12-11 20:13:04 +01:00
parent d91512d07e
commit 3f41930f7b
2 changed files with 8 additions and 1 deletions

View file

@ -9,6 +9,13 @@ 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.4
=============
*released on 8 December 2014*
- Some more bugfixes to config handling.
Version 0.3.3
=============

View file

@ -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'