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