From c1aa1d9a4ec309dcdd3f416c4d477ec8da5023a4 Mon Sep 17 00:00:00 2001 From: Paolo Patruno Date: Tue, 19 Dec 2017 18:09:52 +0100 Subject: [PATCH] new stable release for Debian --- autoradio.spec | 2 +- autoradio/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/autoradio.spec b/autoradio.spec index 55501cb..32ff0f8 100644 --- a/autoradio.spec +++ b/autoradio.spec @@ -6,7 +6,7 @@ Summary: radio automation software Name: autoradio -Version: 2.8.9 +Version: 2.8.10 Release: 1%{?dist} Source0: %{name}-%{version}.tar.gz # tmpfiles.d configuration for the /var/run directory diff --git a/autoradio/__init__.py b/autoradio/__init__.py index 5c86524..0805516 100644 --- a/autoradio/__init__.py +++ b/autoradio/__init__.py @@ -1 +1 @@ -_version_="2.8.7" +_version_="2.8.10"