From 8131166dce97083c106a6d903a7deb90aef029aa Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Thu, 12 Mar 2015 13:22:49 +0100 Subject: [PATCH] Version 0.4.4 --- CHANGELOG.rst | 1 + vdirsyncer/__init__.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 59d713e..5f9694c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ============= diff --git a/vdirsyncer/__init__.py b/vdirsyncer/__init__.py index b70ccea..5b0e269 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.3' +__version__ = '0.4.4' PROJECT_HOME = 'https://github.com/untitaker/vdirsyncer' DOCS_HOME = 'https://vdirsyncer.readthedocs.org/en/latest'