diff --git a/ChangeLog b/ChangeLog index 35177e95..c411d074 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ -terminator UNRELEASED: +terminator 0.93: * Add preferences support for alternate_screen_scroll (LP: #558832). + * Bug fixes for LPs: #562490, #563911, #546665, #558324, #490627, + #558376, #558375, #559185, #558330, #554571, #554440, #561697, + #562039, #558832, #561710, #563445 and some other bugs. terminator 0.92: * Lots of juicy bug fixes diff --git a/README b/README index 300cbac9..7247acca 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Terminator 0.92 +Terminator 0.93 by Chris Jones and others. The goal of this project is to produce a useful tool for arranging terminals. diff --git a/terminatorlib/version.py b/terminatorlib/version.py index ca632f8b..06744143 100644 --- a/terminatorlib/version.py +++ b/terminatorlib/version.py @@ -21,4 +21,4 @@ TerminatorVersion supplies our version number. """ APP_NAME = 'terminator' -APP_VERSION = '0.92' +APP_VERSION = '0.93'