Version 0.2.5

This commit is contained in:
Markus Unterwaditzer 2014-08-27 14:06:55 +02:00
parent 96b1c08804
commit b3e6f22518
2 changed files with 13 additions and 1 deletions

View file

@ -5,6 +5,18 @@ Changelog
This changelog only contains information that might be useful to end users and
package maintainers. For further info, see the git commit log.
Version 0.2.5
=============
*released on 27 August 2014*
- Don't ask for the password of one server more than once and fix multiple
concurrency issues, see issue `#101`_.
- Better validation of DAV endpoints.
.. _`#101`: https://github.com/untitaker/vdirsyncer/issues/101
Version 0.2.4
=============

View file

@ -9,4 +9,4 @@
:copyright: (c) 2014 Markus Unterwaditzer & contributors
:license: MIT, see LICENSE for more details.
'''
__version__ = '0.2.4'
__version__ = '0.2.5'