diff --git a/dnfdaemon.spec b/dnfdaemon.spec index f04ba73900ccb115d65c11aae47f998933587e19..8c5ea3b365e4591eac3ac7a63f5c61439b2bd6c2 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 e0091bfef785a1218ad7808353c9fb556bc7b392..7f1917567005764414f380e7e5579e83d7be3e4f 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