diff --git a/ChangeLog b/ChangeLog index cdb5a652..7eb8d637 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,8 @@ * Use battery icons from the current theme instead of custom ones. * Debian/Ubuntu packages now depend on an icon theme, to make sure no missing icons appear in the application window. + * Fixed missing icons under Kubuntu. + * Many more bug-fixes and reliability improvements. 0.8.8: diff --git a/lib/solaar/__init__.py b/lib/solaar/__init__.py index 1c070396..2c388996 100644 --- a/lib/solaar/__init__.py +++ b/lib/solaar/__init__.py @@ -4,5 +4,5 @@ from __future__ import absolute_import, division, print_function, unicode_literals -__version__ = '0.8.9.2' +__version__ = '0.8.9.3' NAME = 'Solaar'