diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 37a1f23..4d305c4 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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. diff --git a/vdirsyncer/__init__.py b/vdirsyncer/__init__.py index e3de494..3ecbb09 100644 --- a/vdirsyncer/__init__.py +++ b/vdirsyncer/__init__.py @@ -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'