From c67bd32522ca3793ea0efbc57584c5d1fbd447ed Mon Sep 17 00:00:00 2001 From: "Peter F. Patel-Schneider" Date: Sun, 25 Apr 2021 09:06:06 -0400 Subject: [PATCH] release 1.0.6 --- ChangeLog | 2 +- docs/_config.yml | 2 +- lib/solaar/__init__.py | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2d96a725..b0b14ee8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -1.0.6rc2: +1.0.6: * Update sliding DPI to look for suitable keys * Add mouse gestures that can trigger rules * Complain if receivers do not support connection notification diff --git a/docs/_config.yml b/docs/_config.yml index 7c165929..b6f6f9f8 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -4,7 +4,7 @@ tagline: Linux Device Manager for Logitech Unifying Receivers and Devices. owner: pwr-Solaar owner_url: https://github.com/pwr-Solaar repository: pwr-Solaar/Solaar -version: 1.0.6rc2 +version: 1.0.6 show_downloads: false encoding: utf-8 theme: jekyll-theme-slate diff --git a/lib/solaar/__init__.py b/lib/solaar/__init__.py index a4fed5bb..a987a72c 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.6rc2' +__version__ = '1.0.6' NAME = 'Solaar' diff --git a/setup.py b/setup.py index 1937e910..2a374af5 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ except ImportError: from distutils.core import setup # from solaar import NAME, __version__ -__version__ = '1.0.6rc2' +__version__ = '1.0.6' NAME = 'Solaar'