Version 0.4.4

This commit is contained in:
Markus Unterwaditzer 2015-03-12 13:22:49 +01:00
parent a05b3f27a2
commit 8131166dce
2 changed files with 2 additions and 1 deletions

View file

@ -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
=============

View file

@ -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'