release 1.0.2

This commit is contained in:
Peter F. Patel-Schneider 2020-05-21 20:32:21 -04:00 committed by Filipe Laíns
parent fac6cd6840
commit 4a108b3ab7
4 changed files with 8 additions and 5 deletions

View File

@ -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.

View File

@ -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

View File

@ -19,5 +19,5 @@
from __future__ import absolute_import, division, print_function, unicode_literals
__version__ = '1.0.2rc3'
__version__ = '1.0.2'
NAME = 'Solaar'

View File

@ -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'