From 638bf38b25dd217b215416156c0bac41cd6eb00b Mon Sep 17 00:00:00 2001 From: Daniel Pavel Date: Sun, 28 Apr 2013 13:59:07 +0200 Subject: [PATCH] version increased to 0.8.7.1 --- lib/solaar/__init__.py | 2 +- packaging/arch/PKGBUILD | 4 ++-- packaging/debian/changelog | 2 +- setup.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/solaar/__init__.py b/lib/solaar/__init__.py index c1089b10..ee382ee9 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.7' +__version__ = '0.8.7.1' diff --git a/packaging/arch/PKGBUILD b/packaging/arch/PKGBUILD index eb7e7e2a..bb5e1828 100644 --- a/packaging/arch/PKGBUILD +++ b/packaging/arch/PKGBUILD @@ -1,7 +1,7 @@ # $Id$ # Maintainer: Patrick Hüther pkgname=solaar -pkgver=0.8.7 +pkgver=0.8.7.1 pkgrel=1 pkgdesc="Linux devices manager for the Logitech Unifying Receiver" arch=("any") @@ -11,7 +11,7 @@ depends=( 'systemd' 'python' 'python-pyudev' ) optdepends=( - 'gtk3: required for GUI application' + 'gtk3: required for GUI application' 'gobject-introspection: required for GUI application' 'python-gobject: required for GUI application' ) diff --git a/packaging/debian/changelog b/packaging/debian/changelog index fcbeeec7..884413e8 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -1,4 +1,4 @@ -solaar (0.8.7-1) UNRELEASED; urgency=low +solaar (0.8.7.1-1) UNRELEASED; urgency=low * Debian packaging scripts, supports ubuntu ppa as well. diff --git a/setup.py b/setup.py index e712980e..17bcd348 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from distutils.core import setup setup(name='solaar', - version='0.8.7', + version='0.8.7.1', description='Linux devices manager for the Logitech Unifying Receiver.', long_description=''' Solaar is a Linux device manager for Logitech's Unifying Receiver peripherals.