diff --git a/ChangeLog b/ChangeLog index 1f5c35d1..ff6dfdd6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +1.0.2: + * Add usage document + 1.0.2rc3: * Don't produce error dialog for inaccessible receivers with access control lists. * Add option --battery-icons=symbolic to use symbolic icons if available. diff --git a/docs/_config.yml b/docs/_config.yml index 98ae2c1e..1f55b6d1 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1,10 +1,10 @@ title: Solaar -description: Linux Device manager for the Logitech Unifying Receiver. -tagline: Linux Device manager for the Logitech Unifying Receiver. +description: Linux Device Manager for Logitech Unifying Receivers and Paired Devices. +tagline: Linux Device Manager for Logitech Unifying Receivers and Paired Devices. owner: pwr-Solaar owner_url: https://github.com/pwr-Solaar repository: pwr-Solaar/Solaar -version: 1.0.2rc3 +version: 1.0.2 show_downloads: false encoding: utf-8 theme: jekyll-theme-slate diff --git a/lib/solaar/__init__.py b/lib/solaar/__init__.py index 3ffc1c12..7e6951ba 100644 --- a/lib/solaar/__init__.py +++ b/lib/solaar/__init__.py @@ -19,5 +19,5 @@ from __future__ import absolute_import, division, print_function, unicode_literals -__version__ = '1.0.2rc3' +__version__ = '1.0.2' NAME = 'Solaar' diff --git a/setup.py b/setup.py index 4937f85f..d8a6a57b 100755 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ except ImportError: autostart_path = '/etc/xdg/autostart' #from solaar import NAME, __version__ -__version__ = '1.0.2rc3' +__version__ = '1.0.2' NAME = 'Solaar'