Skip to content

Commit

Permalink
release 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pfps committed Feb 27, 2021
1 parent 69df28c commit 83f4521
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
1.0.5rc2:
1.0.5:
* Update documentation on devices forgetting settings.
* Improve help messages
* Fix bug in finding receiver to pair
* Solaar config command can set keyed settings.

1.0.5rc2:
* Add setting for polling rate
* Use long HID++ messages for all 2.0 requests
* Update German, Italian, and Polish translations
Expand Down
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.5rc2
version: 1.0.5
show_downloads: false
encoding: utf-8
theme: jekyll-theme-slate
2 changes: 1 addition & 1 deletion lib/solaar/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@

from __future__ import absolute_import, division, print_function, unicode_literals

__version__ = '1.0.5rc2'
__version__ = '1.0.5'
NAME = 'Solaar'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from distutils.core import setup

# from solaar import NAME, __version__
__version__ = '1.0.5rc2'
__version__ = '1.0.5'
NAME = 'Solaar'


Expand Down

0 comments on commit 83f4521

Please sign in to comment.