diff --git a/debian/changelog b/debian/changelog index 1c5cd17b..bd12b1c7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +trelby (2.4.8) unstable; urgency=low + + * Fixes to diaglog placement, screenplay comparison. + + -- Gwyn Ciesla Mon, 24 Oct 2022 14:11:00 +0000 + trelby (2.4.7) unstable; urgency=low * Fix Python < 3.9 compatibility. diff --git a/doc/version.xml b/doc/version.xml index 95a19ed1..4e781688 100644 --- a/doc/version.xml +++ b/doc/version.xml @@ -1 +1 @@ - + diff --git a/src/misc.py b/src/misc.py index 49f98380..fdb821fb 100644 --- a/src/misc.py +++ b/src/misc.py @@ -16,7 +16,7 @@ TAB_BAR_HEIGHT = 24 -version = "2.4.7" +version = "2.4.8" def init(doWX = True): global isWindows, isUnix, unicodeFS, doDblBuf, progPath, confPath, tmpPrefix