Release version 0.1.0

This commit is contained in:
Chris Kuehl 2015-09-03 17:56:05 -07:00
parent 9decaf3a7a
commit 41bc35195e
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
dumb-init (0.1.0) unstable; urgency=low
* Add process group support
-- Chris Kuehl <ckuehl@yelp.com> 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.

View file

@ -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',