mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-31 09:55:55 +00:00
Merge branch '0.16-maintenance'
This commit is contained in:
commit
aee513a39f
2 changed files with 9 additions and 1 deletions
|
|
@ -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
|
||||
==============
|
||||
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue