Merge branch '0.16-maintenance'

This commit is contained in:
Markus Unterwaditzer 2018-06-13 18:12:13 +02:00
commit aee513a39f
2 changed files with 9 additions and 1 deletions

View file

@ -18,6 +18,14 @@ Version 0.17.0
- **Packagers:** Documentation building no longer needs a working installation
of vdirsyncer.
Version 0.16.5
==============
*released on 13 June 2018*
- **Packagers:** click-log 0.3 is required.
- All output will now happen on stderr (because of the upgrade of ``click-log``).
Version 0.16.4
==============

View file

@ -15,7 +15,7 @@ milksnake = 'milksnake'
requirements = [
# https://github.com/mitsuhiko/click/issues/200
'click>=5.0',
'click-log>=0.2.0, <0.3.0',
'click-log>=0.3.0, <0.4.0',
# https://github.com/pimutils/vdirsyncer/issues/478
'click-threading>=0.2',