From e763aeadb4b89b3436c167bcd8c59fa22c92b47a Mon Sep 17 00:00:00 2001 From: "Peter F. Patel-Schneider" Date: Thu, 30 Jul 2020 09:37:21 -0400 Subject: [PATCH] release 1.0.3 --- ChangeLog | 8 +++++++- docs/_config.yml | 2 +- lib/solaar/__init__.py | 2 +- setup.py | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6e3e498a..2882c73e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,12 @@ +1.0.3: + * Clean up documentation files. + * Update documentation on installation. + * Update Swedish and French translations. + * Add Norwegtian Nynorsk and Danish translations. + 1.0.3rc2: * Fix bug handling DJ pairing notifications. - * Add Norwegian Bokmål translation> + * Add Norwegian Bokmål translation. 1.0.3rc1: * Remove deprecated solaar-cli application. diff --git a/docs/_config.yml b/docs/_config.yml index 0423a12d..55d2d4ce 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -4,7 +4,7 @@ tagline: Linux Device Manager for Logitech Unifying Receivers and Paired Devices owner: pwr-Solaar owner_url: https://github.com/pwr-Solaar repository: pwr-Solaar/Solaar -version: 1.0.3rc2 +version: 1.0.3 show_downloads: false encoding: utf-8 theme: jekyll-theme-slate diff --git a/lib/solaar/__init__.py b/lib/solaar/__init__.py index b5d54fd0..7965852c 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.3rc2' +__version__ = '1.0.3' NAME = 'Solaar' diff --git a/setup.py b/setup.py index b82b3aca..2817d532 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.3rc2' +__version__ = '1.0.3' NAME = 'Solaar'