Commit c67bd325 authored by Peter F. Patel-Schneider's avatar Peter F. Patel-Schneider
Browse files

release 1.0.6

Showing with 4 additions and 4 deletions
+4 -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
......
......@@ -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
......@@ -19,5 +19,5 @@
from __future__ import absolute_import, division, print_function, unicode_literals
__version__ = '1.0.6rc2'
__version__ = '1.0.6'
NAME = 'Solaar'
......@@ -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'
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment