From a4e4c160c1db2ec0c32012149bd3853256524aaa Mon Sep 17 00:00:00 2001 From: "Peter F. Patel-Schneider" Date: Thu, 22 Oct 2020 09:56:56 -0400 Subject: [PATCH] release 1.0.4 --- docs/_config.yml | 2 +- lib/solaar/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/_config.yml b/docs/_config.yml index d3d06b8b..1ab0db83 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.4rc1 +version: 1.0.4 show_downloads: false encoding: utf-8 theme: jekyll-theme-slate diff --git a/lib/solaar/__init__.py b/lib/solaar/__init__.py index 8028120d..4b15b349 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.4rc1' +__version__ = '1.0.4' NAME = 'Solaar' diff --git a/setup.py b/setup.py index a3a6ddca..ee781e10 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.4rc1' +__version__ = '1.0.4' NAME = 'Solaar'