From 41bc35195e7c0fda2767a327ea2609338e8170f1 Mon Sep 17 00:00:00 2001 From: Chris Kuehl Date: Thu, 3 Sep 2015 17:56:05 -0700 Subject: [PATCH] Release version 0.1.0 --- debian/changelog | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index b75f84b..b804527 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dumb-init (0.1.0) unstable; urgency=low + + * Add process group support + + -- Chris Kuehl Thu, 03 Sep 2015 17:55:44 -0700 + dumb-init (0.0.2) unstable; urgency=low * Exit with the same exit status as the process we call. diff --git a/setup.py b/setup.py index fdd32dc..166cdae 100644 --- a/setup.py +++ b/setup.py @@ -86,7 +86,7 @@ class build_cexe(Command): setup( name='dumb-init', description='Simple wrapper script which proxies signals to a child', - version='0.0.2', + version='0.1.0', author='Yelp', platforms='linux',