From 980b438d6262a7f2dc249e4f526dfea7d5a28a5a Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Sun, 29 Jul 2007 05:03:24 +0100 Subject: [PATCH] Update for 0.2 --- debian/changelog | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 445b2876..315dbd37 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +terminator (0.2-1) gutsy; urgency=low + + * Support dynamically splitting terminals + + -- Chris Jones Sun, 29 Jul 2007 05:02:13 +0100 + terminator (0.1-3) gutsy; urgency=low * Fixed some distribution wording diff --git a/setup.py b/setup.py index 33652ad4..21086621 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from distutils.core import setup setup(name='Terminator', - version='0.1', + version='0.2', description='Terminator, the robot future of terminals', author='Chris Jones', author_email='cmsj@tenshu.net',