Markus Unterwaditzer 2015-05-29 19:14:32 +02:00
parent 73fe27559d
commit 46addd7e35
2 changed files with 4 additions and 3 deletions

View file

@ -9,11 +9,12 @@ Package maintainers and users who have to manually update their installation
may want to subscribe to `GitHub's tag feed
<https://github.com/untitaker/vdirsyncer/tags.atom>`_.
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.

View file

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