Version 0.4.1

This commit is contained in:
Markus Unterwaditzer 2015-01-05 12:52:06 +01:00
parent 978abc6872
commit c5fba836d3
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ may want to subscribe to `GitHub's tag feed
Version 0.4.1
=============
*yet to be released*
*released on 05 January 2015*
- All ``create`` arguments from all storages are gone. Vdirsyncer now asks if
it should try to create collections.

View file

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