mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-07 11:05:52 +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``
|
||||
parameter, see :gh:`182` and :ghpr:`183`.
|
||||
- The ``icalendar`` package is no longer required.
|
||||
- Several bugfixes related to collection creation.
|
||||
|
||||
Version 0.4.3
|
||||
=============
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
'''
|
||||
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'
|
||||
DOCS_HOME = 'https://vdirsyncer.readthedocs.org/en/latest'
|
||||
|
|
|
|||
Loading…
Reference in a new issue