From 61274f90bde059a016e6c7c4be2eb18606ca46ce Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Sun, 17 Feb 2008 01:51:36 +0000 Subject: [PATCH] prepare for 0.8.1 --- ChangeLog | 4 ++++ README | 2 +- debian/changelog | 6 ++++++ setup.py | 2 +- 4 files changed, 12 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 64bfb267..74efa04e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +terminator 0.8.1: + * Fixed ChangeLog + * Revert URI matching behaviour to the same as gnome-terminal + terminator 0.8: * Make dependency on python-gnome optional. Non-gnome users can now reap the glorious benefits of Terminator and will only lose the ability to diff --git a/README b/README index f9255bb0..a111ce8b 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Terminator 0.8 +Terminator 0.8.1 by Chris Jones This is a little python script to give me lots of terminals in a single window, saving me valuable laptop screen space otherwise wasted on window decorations and not quite being able to fill the screen with terminals. diff --git a/debian/changelog b/debian/changelog index fffb305c..a7ca8212 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +terminator (0.8.1-0ubuntu1) hardy; urgency=low + + * New upstream release + + -- Chris Jones Sun, 17 Feb 2008 01:45:37 +0000 + terminator (0.8-0ubuntu1) hardy; urgency=low * New upstream release diff --git a/setup.py b/setup.py index 500a08b2..6aff3442 100755 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ class InstallData(install_data): setup(name='Terminator', - version='0.8', + version='0.8.1', description='Terminator, the robot future of terminals', author='Chris Jones', author_email='cmsj@tenshu.net',