diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f7f2ed3..9911d01 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ============== diff --git a/setup.py b/setup.py index 11fb6fd..550e7b5 100644 --- a/setup.py +++ b/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',