Version 0.4.0

This commit is contained in:
Markus Unterwaditzer 2014-12-31 01:14:39 +01:00
parent 0d3dc10b35
commit 38c1c77508
2 changed files with 3 additions and 3 deletions

View file

@ -12,9 +12,9 @@ may want to subscribe to `GitHub's tag feed
Version 0.4.0 Version 0.4.0
============= =============
*yet to be released* *released on 31 December 2014*
- The ``passwordeval`` parameter has been renamed to ``passwordconfig``. - The ``passwordeval`` parameter has been renamed to ``password_command``.
- The old way of writing certain config values such as lists is now gone. - The old way of writing certain config values such as lists is now gone.
- Collection discovery has been rewritten. Old configuration files should be - Collection discovery has been rewritten. Old configuration files should be
compatible with it, but vdirsyncer now caches the results of the collection compatible with it, but vdirsyncer now caches the results of the collection

View file

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