mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Version 0.5.1
https://bitbucket.org/pypa/pypi/issue/293/re-uploading-of-releases-is-completely
This commit is contained in:
parent
73fe27559d
commit
46addd7e35
2 changed files with 4 additions and 3 deletions
|
|
@ -9,11 +9,12 @@ Package maintainers and users who have to manually update their installation
|
||||||
may want to subscribe to `GitHub's tag feed
|
may want to subscribe to `GitHub's tag feed
|
||||||
<https://github.com/untitaker/vdirsyncer/tags.atom>`_.
|
<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``.
|
- 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
|
- Command line should be a lot faster when no work is done, e.g. for help
|
||||||
output.
|
output.
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
'''
|
'''
|
||||||
vdirsyncer is a synchronization tool for vdir. See the README for more details.
|
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'
|
PROJECT_HOME = 'https://github.com/untitaker/vdirsyncer'
|
||||||
DOCS_HOME = 'https://vdirsyncer.readthedocs.org/en/latest'
|
DOCS_HOME = 'https://vdirsyncer.readthedocs.org/en/latest'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue