Skip to content

Commit

Permalink
release 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
pfps committed Oct 1, 2021
1 parent 79565cb commit 0fbeebf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1.0.7rc3:
1.0.7:
* Don't use time_ns so as not to require Python 3.7
* Correctly determine setting box in change_click method
* Handle fake Nano connection notifications
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.7rc3
version: 1.0.7
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.7rc3'
__version__ = '1.0.7'
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.7rc3'
__version__ = '1.0.7'
NAME = 'Solaar'


Expand Down

0 comments on commit 0fbeebf

Please sign in to comment.