diff --git a/dnfdaemon.spec b/dnfdaemon.spec index 0c8d767f2dc1ddb69f308070cf25528d41278aa3..a6e54c5e8ccb134361efeffe679073366af81c4c 100644 --- a/dnfdaemon.spec +++ b/dnfdaemon.spec @@ -2,7 +2,7 @@ %global dnf_version 0.6.3 Name: dnfdaemon -Version: 0.3.7 +Version: 0.3.8 Release: 1%{?dist} Summary: DBus daemon for dnf package actions License: GPLv2+ @@ -82,7 +82,10 @@ fi %{python3_sitelib}/%{name}/client %changelog -* Sun Apr 26 2015 Tim Lauridsen <timlau@fedoraproject.org> 0.3.6-1 +* Wed May 06 2015 Tim Lauridsen <timlau@fedoraproject.org> 0.3.8-1 +- bumped release + +* Sun Apr 26 2015 Tim Lauridsen <timlau@fedoraproject.org> 0.3.7-1 - bumped release * Wed Apr 15 2015 Tim Lauridsen <timlau@fedoraproject.org> 0.3.6-1 diff --git a/python/dnfdaemon/server/__init__.py b/python/dnfdaemon/server/__init__.py index 392d14d70de3d7d09d7292c7d8ace4f8c9053304..e1e26cfa91ce7ae0f555398b02ceceda61ae0bfc 100644 --- a/python/dnfdaemon/server/__init__.py +++ b/python/dnfdaemon/server/__init__.py @@ -42,7 +42,7 @@ import logging import operator import sys -VERSION = 306 # (00.01.02) must be integer +VERSION = 308 # (00.01.02) must be integer MAINLOOP = GLib.MainLoop() # Fake attributes, there is simulating real package attribute