release 1.0.6rc2

This commit is contained in:
Peter F. Patel-Schneider 2021-04-25 08:58:43 -04:00
parent 0cfb9b8896
commit 72b37deb52
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
1.0.6rc1: 1.0.6:
* Update sliding DPI to look for suitable keys * Update sliding DPI to look for suitable keys
* Add mouse gestures that can trigger rules * Add mouse gestures that can trigger rules
* Complain if receivers do not support connection notification * Complain if receivers do not support connection notification

View File

@ -4,7 +4,7 @@ tagline: Linux Device Manager for Logitech Unifying Receivers and Devices.
owner: pwr-Solaar owner: pwr-Solaar
owner_url: https://github.com/pwr-Solaar owner_url: https://github.com/pwr-Solaar
repository: pwr-Solaar/Solaar repository: pwr-Solaar/Solaar
version: 1.0.6rc1 version: 1.0.6rc2
show_downloads: false show_downloads: false
encoding: utf-8 encoding: utf-8
theme: jekyll-theme-slate theme: jekyll-theme-slate

View File

@ -19,5 +19,5 @@
from __future__ import absolute_import, division, print_function, unicode_literals from __future__ import absolute_import, division, print_function, unicode_literals
__version__ = '1.0.6rc1' __version__ = '1.0.6rc2'
NAME = 'Solaar' NAME = 'Solaar'

View File

@ -8,7 +8,7 @@ except ImportError:
from distutils.core import setup from distutils.core import setup
# from solaar import NAME, __version__ # from solaar import NAME, __version__
__version__ = '1.0.6rc1' __version__ = '1.0.6rc2'
NAME = 'Solaar' NAME = 'Solaar'