diff --git a/ChangeLog b/ChangeLog index 8fb0fd5a..e93f3be8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -1.0.7: +1.0.7rc2: * Don't signal status change when battery changes from None to None. * Add Japanese translation * Use first word of name for code name if no other code name available. diff --git a/docs/_config.yml b/docs/_config.yml index 70070aad..41e3da85 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.7rc1 +version: 1.0.7rc2 show_downloads: false encoding: utf-8 theme: jekyll-theme-slate diff --git a/lib/solaar/__init__.py b/lib/solaar/__init__.py index 33e38b3e..1a039042 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.7rc1' +__version__ = '1.0.7rc2' NAME = 'Solaar' diff --git a/setup.py b/setup.py index 8ab7e002..4f8bf01c 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.7rc1' +__version__ = '1.0.7rc2' NAME = 'Solaar'