From b2e57f4dbf017780d5e32b28f694144fd9295dd7 Mon Sep 17 00:00:00 2001 From: Tim Lauridsen <timlau@fedoraproject.org> Date: Wed, 15 Apr 2015 19:34:16 +0200 Subject: [PATCH] bumped version to 0.3.5 --- dnfdaemon.spec | 7 +++++-- python/dnfdaemon/server/__init__.py | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/dnfdaemon.spec b/dnfdaemon.spec index f04ba73..8c5ea3b 100644 --- a/dnfdaemon.spec +++ b/dnfdaemon.spec @@ -2,8 +2,8 @@ %global dnf_version 0.6.3 Name: dnfdaemon -Version: 0.3.4 -Release: 2%{?dist} +Version: 0.3.5 +Release: 1%{?dist} Summary: DBus daemon for dnf package actions License: GPLv2+ URL: https://github.com/timlau/dnf-daemon @@ -82,6 +82,9 @@ fi %{python3_sitelib}/%{name}/client %changelog +* Wed Apr 15 2015 Tim Lauridsen <timlau@fedoraproject.org> 0.3.5-1 +- bumped release + * Sun Apr 12 2015 Tim Lauridsen <timlau@fedoraproject.org> 0.3.4-1 - bumped release - require dnf-0.6.3 diff --git a/python/dnfdaemon/server/__init__.py b/python/dnfdaemon/server/__init__.py index e0091bf..7f19175 100644 --- a/python/dnfdaemon/server/__init__.py +++ b/python/dnfdaemon/server/__init__.py @@ -42,7 +42,7 @@ import logging import operator import sys -VERSION = 304 # (00.01.02) must be integer +VERSION = 305 # (00.01.02) must be integer MAINLOOP = GLib.MainLoop() # Fake attributes, there is simulating real package attribute -- GitLab