From b82c89c582e9ddf754bdaad5c23e88fd42622716 Mon Sep 17 00:00:00 2001 From: Daniel Pavel Date: Wed, 9 Jan 2013 21:47:59 +0200 Subject: [PATCH] release 0.8.6.2 --- lib/solaar/__init__.py | 2 +- packaging/debian/changelog | 2 +- .../gentoo/{solaar-0.8.6.1.ebuild => solaar-0.8.6.2.ebuild} | 0 setup.py | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) rename packaging/gentoo/{solaar-0.8.6.1.ebuild => solaar-0.8.6.2.ebuild} (100%) diff --git a/lib/solaar/__init__.py b/lib/solaar/__init__.py index df412f45..bd3265e1 100644 --- a/lib/solaar/__init__.py +++ b/lib/solaar/__init__.py @@ -4,4 +4,4 @@ from __future__ import absolute_import, division, print_function, unicode_literals -__version__ = '0.8.6.1' +__version__ = '0.8.6.2' diff --git a/packaging/debian/changelog b/packaging/debian/changelog index 6e04b29b..96ee47c3 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -1,4 +1,4 @@ -solaar (0.8.6-1) UNRELEASED; urgency=low +solaar (0.8.6.2-1) UNRELEASED; urgency=low * Debian packaging scripts, supports ubuntu ppa as well. diff --git a/packaging/gentoo/solaar-0.8.6.1.ebuild b/packaging/gentoo/solaar-0.8.6.2.ebuild similarity index 100% rename from packaging/gentoo/solaar-0.8.6.1.ebuild rename to packaging/gentoo/solaar-0.8.6.2.ebuild diff --git a/setup.py b/setup.py index c93289af..5220bc30 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from distutils.core import setup setup(name='solaar', - version='0.8.6.1', + version='0.8.6.2', description='Linux devices manager for the Logitech Unifying Receiver.', long_description=''' Solaar is a Linux device manager for Logitech's Unifying Receiver peripherals.