diff --git a/build/changelog b/build/changelog index 95ba28f..678a20d 100644 --- a/build/changelog +++ b/build/changelog @@ -2,5 +2,6 @@ yd-tools (@version) @series; urgency=medium * Changes: - Removed GTK Deprecated methods fix for #204 - publish correct version + - fix error in line 658 -- Sly_tom_cat @date diff --git a/build/yd-tools/debian/changelog b/build/yd-tools/debian/changelog index 0fbd4e1..e45b0c0 100644 --- a/build/yd-tools/debian/changelog +++ b/build/yd-tools/debian/changelog @@ -1,6 +1,7 @@ -yd-tools (1.10.8) xenial; urgency=medium +yd-tools (1.10.9) bionic; urgency=medium * Changes: - Removed GTK Deprecated methods fix for #204 - publish correct version + - fix error in line 658 - -- Sly_tom_cat Sun, 28 Apr 2019 03:16:14 +0300 + -- Sly_tom_cat Sun, 28 Apr 2019 03:57:56 +0300 diff --git a/yandex-disk-indicator.py b/yandex-disk-indicator.py index 98e541e..4956838 100644 --- a/yandex-disk-indicator.py +++ b/yandex-disk-indicator.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # appName = 'yandex-disk-indicator' -appVer = '1.10.8' +appVer = '1.10.9' # from datetime import datetime COPYRIGHT = 'Copyright ' + '\u00a9' + ' 2013-' + str(datetime.today().year) + ' Sly_tom_cat'