diff --git a/ChangeLog b/ChangeLog index 4fd1ca38..f2e04ba2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +terminator 0.92: + * Lots of juicy bug fixes + * Implement the Palette section of the Profile preferences + terminator 0.91: * Fix various stupid release bugs from 0.90 diff --git a/README b/README index 76e7823d..300cbac9 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Terminator 0.91 +Terminator 0.92 by Chris Jones and others. The goal of this project is to produce a useful tool for arranging terminals. diff --git a/debian/changelog b/debian/changelog index cc16df17..e804cf2f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +terminator (0.92) lucid; urgency=low + + * New upstream release of 0.92 + + -- Chris Jones Wed, 07 Apr 2010 21:36:56 +0100 + terminator (0.91ppa4) karmic; urgency=low * Nochange rebuild for karmic diff --git a/terminatorlib/version.py b/terminatorlib/version.py index 26a028c5..ca632f8b 100644 --- a/terminatorlib/version.py +++ b/terminatorlib/version.py @@ -21,4 +21,4 @@ TerminatorVersion supplies our version number. """ APP_NAME = 'terminator' -APP_VERSION = '0.91' +APP_VERSION = '0.92'