From c630f355a0fb92393476e200c87239ac0c0bb4a8 Mon Sep 17 00:00:00 2001 From: Andrey Kislyuk Date: Fri, 25 Oct 2019 11:43:16 -0700 Subject: [PATCH] v1.1.0 --- Changes.rst | 11 +++++++++++ setup.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/Changes.rst b/Changes.rst index c594cb7..4fd5df0 100644 --- a/Changes.rst +++ b/Changes.rst @@ -1,3 +1,14 @@ +Changes for v1.1.0 (2019-10-25) +=============================== + +- Remove unused dependency; bump others to match Ubuntu 18.04 + +- keymaker upload_key: add friendlier errors + +- Fix crontab file for group syncing + +- Print error message for sshd config and reload failures (#52) + Changes for v1.0.9 (2019-07-10) =============================== diff --git a/setup.py b/setup.py index 17a51c7..d0e92ee 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name='keymaker', - version='1.0.9', + version='1.1.0', url='https://github.com/kislyuk/keymaker', license='Apache Software License', author='Andrey Kislyuk',