release 1.0.2-rc1

Signed-off-by: Filipe Laíns <lains@archlinux.org>
This commit is contained in:
Filipe Laíns 2020-03-16 20:57:35 +00:00
parent 072f932206
commit b2f3b56c31
No known key found for this signature in database
GPG Key ID: F893C674816AA95D
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
15 March 2020 687a28d2c21dbdc2e64ebb46eec1a0df6e44a859:
1.0.2-rc1:
* Look up tray icon filenames to get around a bug in libappindicator.
* Make the default behavior be to show the main window at startup.
* Support c537 nano receiver

View File

@ -12,7 +12,7 @@ import sys
backup_path_0 = sys.path[0]
sys.path[0] = backup_path_0 + '/lib'
#from solaar import NAME, __version__
__version__ = '1.0.1'
__version__ = '1.0.2-rc1'
NAME = 'Solaar'
sys.path[0] = backup_path_0