Version 0.4.2

This commit is contained in:
Markus Unterwaditzer 2015-01-30 15:36:59 +01:00
parent fa54d3145a
commit 51564ff594
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.2
=============
*yet to be released*
*released on 30 January 2015*
- Vdirsyncer now respects redirects when uploading and updating items. This
might fix issues with Zimbra.

View file

@ -2,7 +2,7 @@
'''
vdirsyncer is a synchronization tool for vdir. See the README for more details.
'''
__version__ = '0.4.1'
__version__ = '0.4.2'
PROJECT_HOME = 'https://github.com/untitaker/vdirsyncer'
DOCS_HOME = 'https://vdirsyncer.readthedocs.org/en/latest'