mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Version 0.4.2
This commit is contained in:
parent
fa54d3145a
commit
51564ff594
2 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@ may want to subscribe to `GitHub's tag feed
|
||||||
Version 0.4.2
|
Version 0.4.2
|
||||||
=============
|
=============
|
||||||
|
|
||||||
*yet to be released*
|
*released on 30 January 2015*
|
||||||
|
|
||||||
- Vdirsyncer now respects redirects when uploading and updating items. This
|
- Vdirsyncer now respects redirects when uploading and updating items. This
|
||||||
might fix issues with Zimbra.
|
might fix issues with Zimbra.
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
'''
|
'''
|
||||||
vdirsyncer is a synchronization tool for vdir. See the README for more details.
|
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'
|
PROJECT_HOME = 'https://github.com/untitaker/vdirsyncer'
|
||||||
DOCS_HOME = 'https://vdirsyncer.readthedocs.org/en/latest'
|
DOCS_HOME = 'https://vdirsyncer.readthedocs.org/en/latest'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue