From 46addd7e35e213b7378adc2a863a009c18a95f00 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Fri, 29 May 2015 19:14:32 +0200 Subject: [PATCH] Version 0.5.1 https://bitbucket.org/pypa/pypi/issue/293/re-uploading-of-releases-is-completely --- CHANGELOG.rst | 5 +++-- vdirsyncer/__init__.py | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) 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'