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'