diff --git a/dnfdaemon.spec b/dnfdaemon.spec index a6e54c5e8ccb134361efeffe679073366af81c4c..f45f9ee91cb7522fac31b4d87c6d5460cbd7647c 100644 --- a/dnfdaemon.spec +++ b/dnfdaemon.spec @@ -2,7 +2,7 @@ %global dnf_version 0.6.3 Name: dnfdaemon -Version: 0.3.8 +Version: 0.3.9 Release: 1%{?dist} Summary: DBus daemon for dnf package actions License: GPLv2+ @@ -82,6 +82,9 @@ fi %{python3_sitelib}/%{name}/client %changelog +* Wed May 27 2015 Tim Lauridsen <timlau@fedoraproject.org> 0.3.9-1 +- bumped release + * Wed May 06 2015 Tim Lauridsen <timlau@fedoraproject.org> 0.3.8-1 - bumped release diff --git a/python/dnfdaemon/client/__init__.py b/python/dnfdaemon/client/__init__.py index bf2d767a7c7d22ff75eb20e250fb3834324d8834..0c002d1e68b4a480964eeefd900178e850dc9d8d 100644 --- a/python/dnfdaemon/client/__init__.py +++ b/python/dnfdaemon/client/__init__.py @@ -104,7 +104,7 @@ import re import weakref import logging -__VERSION__ = "0.3.4" +__VERSION__ = "0.3.9" logger = logging.getLogger("dnfdaemon.client") diff --git a/python/dnfdaemon/server/__init__.py b/python/dnfdaemon/server/__init__.py index 8f8586abcdc0ca983f7bc9436c3115c0f547056e..e6a1b9fe773968029912469c770726c0f1fe50e8 100644 --- a/python/dnfdaemon/server/__init__.py +++ b/python/dnfdaemon/server/__init__.py @@ -44,7 +44,7 @@ import logging import operator import sys -VERSION = 308 # (00.01.02) must be integer +VERSION = 309 # (00.01.02) must be integer MAINLOOP = GLib.MainLoop() # Fake attributes, there is simulating real package attribute