diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9cd5196..4bb927f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -9,11 +9,12 @@ Package maintainers and users who have to manually update their installation may want to subscribe to `GitHub's tag feed `_. -Version 0.5.0 +Version 0.5.1 ============= -*yet to be released* +*released on 29 May 2015* +- **N.b.: The PyPI upload of 0.5.0 is completely broken.** - Raise version of required requests-toolbelt to ``0.4.0``. - Command line should be a lot faster when no work is done, e.g. for help output. diff --git a/vdirsyncer/__init__.py b/vdirsyncer/__init__.py index 5b0e269..5cfb135 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.4' +__version__ = '0.5.1' PROJECT_HOME = 'https://github.com/untitaker/vdirsyncer' DOCS_HOME = 'https://vdirsyncer.readthedocs.org/en/latest'