diff --git a/dnfdaemon.spec b/dnfdaemon.spec index 8c5ea3b365e4591eac3ac7a63f5c61439b2bd6c2..32b351cf5bd8bd6a02c98ab51635448d52988bd4 100644 --- a/dnfdaemon.spec +++ b/dnfdaemon.spec @@ -2,7 +2,7 @@ %global dnf_version 0.6.3 Name: dnfdaemon -Version: 0.3.5 +Version: 0.3.6 Release: 1%{?dist} Summary: DBus daemon for dnf package actions License: GPLv2+ @@ -82,6 +82,9 @@ fi %{python3_sitelib}/%{name}/client %changelog +* Wed Apr 15 2015 Tim Lauridsen <timlau@fedoraproject.org> 0.3.6-1 +- bumped release + * Wed Apr 15 2015 Tim Lauridsen <timlau@fedoraproject.org> 0.3.5-1 - bumped release diff --git a/python/dnfdaemon/server/__init__.py b/python/dnfdaemon/server/__init__.py index 1c459de0504dedf07a2d54adea0ad97b628d390f..8b046d475717aa39bb8e121617afc35a9bf2a2d0 100644 --- a/python/dnfdaemon/server/__init__.py +++ b/python/dnfdaemon/server/__init__.py @@ -42,7 +42,7 @@ import logging import operator import sys -VERSION = 305 # (00.01.02) must be integer +VERSION = 306 # (00.01.02) must be integer MAINLOOP = GLib.MainLoop() # Fake attributes, there is simulating real package attribute