From 8ee314a2848efcb7d7b98522eb1af01c60afc8a0 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Wed, 19 Mar 2008 17:16:58 +0000 Subject: [PATCH] move trunk to 0.9 --- debian/changelog | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index a7ca8212..dd499cc6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +terminator (0.9-0ubuntu1) hardy; urgency=low + + * New upstream release + + -- Chris Jones Wed, 19 Mar 2008 17:16:25 +0000 + terminator (0.8.1-0ubuntu1) hardy; urgency=low * New upstream release diff --git a/setup.py b/setup.py index a47609d2..d94f3d65 100755 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ class InstallData(install_data): setup(name='Terminator', - version='0.8.1', + version='0.9', description='Terminator, the robot future of terminals', author='Chris Jones', author_email='cmsj@tenshu.net',