mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Version 0.4.4
This commit is contained in:
parent
a05b3f27a2
commit
8131166dce
2 changed files with 2 additions and 1 deletions
|
|
@ -17,6 +17,7 @@ Version 0.4.4
|
||||||
- Support for client certificates via the new ``auth_cert``
|
- Support for client certificates via the new ``auth_cert``
|
||||||
parameter, see :gh:`182` and :ghpr:`183`.
|
parameter, see :gh:`182` and :ghpr:`183`.
|
||||||
- The ``icalendar`` package is no longer required.
|
- The ``icalendar`` package is no longer required.
|
||||||
|
- Several bugfixes related to collection creation.
|
||||||
|
|
||||||
Version 0.4.3
|
Version 0.4.3
|
||||||
=============
|
=============
|
||||||
|
|
|
||||||
|
|
@ -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.3'
|
__version__ = '0.4.4'
|
||||||
|
|
||||||
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